Attempt to fix CI

This commit is contained in:
suchmememanyskill
2024-10-29 18:14:52 +01:00
parent 4207d82a7e
commit 650b055fcd
3 changed files with 8 additions and 7 deletions

View File

@@ -24,12 +24,12 @@ jobs:
with:
fetch-depth: 0
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio-cyd-klipper
#- uses: actions/cache@v3
# with:
# path: |
# ~/.cache/pip
# ~/.platformio/.cache
# key: ${{ runner.os }}-pio-cyd-klipper
- uses: actions/setup-python@v4
with: