Skip to content

Commit

Permalink
path test
Browse files Browse the repository at this point in the history
  • Loading branch information
biologist79 committed Sep 24, 2024
1 parent 3a9e5e3 commit 96c1ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Cache pip
uses: actions/cache@v3
with:
path: ~/.cache/pip
path: ~/.cache/pip ~/.platformio/.cache
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
Expand Down

0 comments on commit 96c1ad3

Please sign in to comment.