Skip to content

Commit

Permalink
CI fix for ESP-IDF (#109)
Browse files Browse the repository at this point in the history
* updated littlefs to 1.4.18
  • Loading branch information
hoeken authored Aug 6, 2024
1 parent 807c0a9 commit d4928ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/esp-idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ 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

0 comments on commit d4928ee

Please sign in to comment.