Skip to content

Commit

Permalink
fix: rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
petscheit committed Jun 17, 2024
1 parent 695f718 commit 459ff45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
${{ github.workspace }}/cairo-vm/cairo1-run/target # Adjusted to absolute path
cairo-vm/cairo1-run/target
key: ${{ runner.os }}-cargo-${{ hashFiles('tools/make/install_cairo1_run.sh') }}
restore-keys: |
${{ runner.os }}-cargo-
Expand Down

0 comments on commit 459ff45

Please sign in to comment.