🏕️ Updates cache for embedded-build.yml

This commit is contained in:
Rune Harlyk
2024-08-19 11:36:46 +02:00
parent 420428ec3e
commit 904a1c5852
+4 -2
View File
@@ -23,8 +23,10 @@ jobs:
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
~/.pio
key: ${{ runner.os }}-pio-${{ hashFiles('platformio.ini') }}
restore-keys: |
${{ runner.os }}-pio
- uses: actions/setup-python@v4
with: