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 9ebcdf5 commit d2dac45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
target
${{ github.workspace }}/cairo-vm/cairo1-run/target # Adjusted to absolute path
key: ${{ runner.os }}-cargo-${{ hashFiles('tools/make/install_cairo1_run.sh') }}
restore-keys: |
key: ${{ runner.os }}-cargo-${{ hashFiles('tools/make/install_cairo1_run.sh') }}
${{ runner.os }}-cargo-
- name: Install Dependencies
run: make setup

Expand Down

0 comments on commit d2dac45

Please sign in to comment.