Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Jan 10, 2025
1 parent 3ab0a56 commit 410ad34
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,25 +147,14 @@ jobs:
uses: actions/cache@v3
with:
path: |
<<<<<<< HEAD
~/.cargo/registry/
~/.cargo/git/
arbitrator/**/target/
=======
~/.cargo/
arbitrator/target/
>>>>>>> edff8997a6257f1019a80d4491ab6f223189dceb
arbitrator/wasm-libraries/target/
arbitrator/wasm-libraries/soft-float/
target/etc/initial-machine-cache/
<<<<<<< HEAD
key: v2-${{ runner.os }}-cargo-${{ steps.install-rust.outputs.rustc_hash }}-min-${{ hashFiles('arbitrator/Cargo.lock') }}-${{ matrix.test-mode }}
restore-keys: v1-${{ runner.os }}-cargo-${{ steps.install-rust.outputs.rustc_hash }}-
=======
/home/runner/.rustup/toolchains/
key: ${{ runner.os }}-cargo-${{ steps.install-rust.outputs.rustc_hash }}-min-${{ hashFiles('arbitrator/Cargo.lock') }}-${{ matrix.test-mode }}
restore-keys: ${{ runner.os }}-cargo-${{ steps.install-rust.outputs.rustc_hash }}-
>>>>>>> edff8997a6257f1019a80d4491ab6f223189dceb

- name: Cache cbrotli
uses: actions/cache@v3
Expand Down

0 comments on commit 410ad34

Please sign in to comment.