Skip to content

Commit

Permalink
tweak job
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Crippa committed Oct 2, 2024
1 parent 6b6bfe9 commit b704b76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Cache Dependencies
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }}
restore-keys: |
${{ runner.os }}-pio-
# - name: Cache Dependencies
# uses: actions/cache@v3
# with:
# path: |
# ~/.cache/pip
# ~/.platformio/.cache
# key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }}
# restore-keys: |
# ${{ runner.os }}-pio-

- name: Set Up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit b704b76

Please sign in to comment.