Skip to content

Commit

Permalink
Expand Cache in pio.yml
Browse files Browse the repository at this point in the history
Caches the whole ~/.platformio directory, as well as the build itself in .pio/
  • Loading branch information
jclds139 authored Oct 3, 2024
1 parent 0790ed7 commit 7064a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
with:
path: |
~/.cache/pip
~/.platformio/.cache
~/.platformio/
.pio/
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 7064a09

Please sign in to comment.