0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Configurations.git synced 2025-09-14 16:20:05 +00:00

fix cache?

This commit is contained in:
Scott Lahteine 2025-04-06 21:33:04 -05:00
parent 5ab7b9391b
commit 8c2b5dbe15

View file

@ -54,8 +54,12 @@ jobs:
- name: Cache PlatformIO - name: Cache PlatformIO
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/.platformio path: |
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }} ~/.platformio
.pio/libdeps
key: ${{ runner.os }}-pio-v1
restore-keys: |
${{ runner.os }}-pio-
- name: Select Python 3.9 - name: Select Python 3.9
uses: actions/setup-python@v5 uses: actions/setup-python@v5