Skip to content

Commit

Permalink
Remove cached from platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 7, 2023
1 parent c449cd0 commit e2491fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v3
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}

- name: Select Python 3.7
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit e2491fa

Please sign in to comment.