Skip to content

Commit

Permalink
Clear GITHUB action cache for platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed May 13, 2022
1 parent e701183 commit 4738cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.platformio
key: ${{ runner.os }}-platformio-${{ hashFiles('**/lockfiles') }}
key: ${{ runner.os }}-platformio-2022-${{ hashFiles('**/lockfiles') }}

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 4738cb2

Please sign in to comment.