Skip to content

Commit

Permalink
debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhx committed Aug 2, 2023
1 parent c50fe75 commit 82368d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
# these represent dependencies downloaded by cargo
# and thus do not depend on the OS, arch nor rust version.
path: /github/home/.cargo
path: /home/runner/.cargo
key: cargo-cache-
- uses: actions-rs/toolchain@v1
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Cache Cargo
uses: actions/cache@v3
with:
path: /github/home/.cargo
path: /home/runner/.cargo
# this key equals the ones on `linux-build-lib` for re-use
key: cargo-cache-
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Cache Cargo
uses: actions/cache@v3
with:
path: /github/home/.cargo
path: /home/runner/.cargo
# this key equals the ones on `linux-build-lib` for re-use
key: cargo-cache-
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Cache Cargo
uses: actions/cache@v3
with:
path: /github/home/.cargo
path: /home/runner/.cargo
# this key equals the ones on `linux-build-lib` for re-use
key: cargo-cache-
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 82368d3

Please sign in to comment.