Skip to content

Commit

Permalink
trying to fix issue with old littlefs version
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Aug 6, 2024
1 parent 807c0a9 commit 8f5889a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }}
path: app/examples/esp-idf
#command: pip install --upgrade idf-component-manager && apt-get update && apt-get install -y python3-venv && idf.py build
command: apt-get update && apt-get install -y python3-venv && idf.py build
command: pip install --upgrade idf-component-manager && apt-get update && apt-get install -y python3-venv && idf.py build
#command: apt-get update && apt-get install -y python3-venv && idf.py build

0 comments on commit 8f5889a

Please sign in to comment.