Skip to content

Commit

Permalink
Try caching based on platform.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 13, 2025
1 parent d49adaf commit 079dc61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ jobs:
with:
path: |
~/.platformio/.cache
~/.platformio/packages
key: ${{ runner.os }}-files-${{ github.sha }}
key: files-${{ hashFiles('platform.json') }}
restore-keys: |
${{ runner.os }}-files-
files-
- name: Set up Python
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 079dc61

Please sign in to comment.