Skip to content

Commit

Permalink
cache wasn't working, just cleared it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Dec 23, 2023
1 parent fae17f2 commit fae100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
~/.cargo/.crates.toml
~/.cargo/.crates2.json
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('/home/runner/.cargo/.crates2.json') }}
key: ${{ runner.os }}-cargo
- uses: actions/cache@v3
with:
path: scripts/node_modules
Expand Down

0 comments on commit fae100b

Please sign in to comment.