Skip to content

Commit

Permalink
Fix pip cache error
Browse files Browse the repository at this point in the history
  • Loading branch information
wkrasnicki committed Feb 1, 2025
1 parent 57f9a0b commit d2968b7
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
python-version: '3.13'
cache: 'pip'
cache-dependency-path: scripts/gen_esp32part.py # dummy as we only install a global package

- name: Install esptool
run: pip install esptool
Expand Down
Loading

0 comments on commit d2968b7

Please sign in to comment.