Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent f6338f9 commit dddd801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v4
with:
path: lib
key: ${{ runner.os }}-build-${{ hashFiles('lib/**') }}
key: ${{ runner.os }}-build-submodules-${{ hashFiles('lib/**') }}
restore-keys: |
${{ runner.os }}-build-submodules
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/cache@v4
with:
path: lib
key: ${{ runner.os }}-build-${{ hashFiles('riscv_toolchain/**') }}
key: ${{ runner.os }}-build-riscv_toolchain-${{ hashFiles('riscv_toolchain/**') }}
restore-keys: |
${{ runner.os }}-build-riscv_toolchain
Expand Down

0 comments on commit dddd801

Please sign in to comment.