Redo workflow cache changes

This commit is contained in:
Rune Harlyk
2024-09-03 18:26:18 +02:00
committed by Rune Harlyk
parent e8605336df
commit 97e0512dc3
+2 -4
View File
@@ -23,10 +23,8 @@ jobs:
with: with:
path: | path: |
~/.cache/pip ~/.cache/pip
~/.pio ~/.platformio/.cache
key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }} key: ${{ runner.os }}-pio
restore-keys: |
${{ runner.os }}-pio
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with: