Skip to content

Commit

Permalink
fix wrong cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent 93a770e commit 769ab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ contains(matrix.pico.platform, 'riscv') }}
uses: actions/cache@v4
with:
path: lib
path: riscv_toolchain
key: ${{ runner.os }}-build-riscv_toolchain-${{ hashFiles('riscv_toolchain/**') }}
restore-keys: |
${{ runner.os }}-build-riscv_toolchain
Expand Down

0 comments on commit 769ab14

Please sign in to comment.