mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-06-26 01:15:14 -06:00
✅ Fix PIO caching to speed up checks
This commit is contained in:
parent
835a186b9e
commit
53eeafa9a8
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build-pr.yml
vendored
8
.github/workflows/build-pr.yml
vendored
|
@ -54,8 +54,12 @@ jobs:
|
|||
- name: Cache PlatformIO
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.platformio
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
||||
path: |
|
||||
~/.platformio
|
||||
.pio/libdeps
|
||||
key: ${{ runner.os }}-pio-v1
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pio-
|
||||
|
||||
- name: Select Python 3.9
|
||||
uses: actions/setup-python@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue