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:
path: |
~/.cache/pip
~/.pio
key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }}
restore-keys: |
${{ runner.os }}-pio
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with: