Skip to content

Commit

Permalink
update rust-cache to 2.0.1 (#2)
Browse files Browse the repository at this point in the history
* update rust-cache to 2.0.1

* fix test work directory for cache
  • Loading branch information
ClementTsang authored Oct 20, 2022
1 parent 0274539 commit 3a7eb8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
toolchain: stable

- name: Enable Rust cache
uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # 2.0.1
with:
cache-on-failure: true
working-directory: test/hello_world
workspaces: "./test/hello_world -> target"

- name: Test simple
uses: ./
Expand Down Expand Up @@ -54,10 +54,10 @@ jobs:
toolchain: nightly

- name: Enable Rust cache
uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # 2.0.1
with:
cache-on-failure: true
working-directory: test/hello_world
workspaces: "./test/hello_world -> target"

- name: Test simple
uses: ./
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
target: aarch64-unknown-linux-gnu

- name: Enable Rust cache
uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # 1.4.0
uses: Swatinem/rust-cache@22c9328bcba27aa81a32b1bef27c7e3c78052531 # 2.0.1
with:
cache-on-failure: true
working-directory: test/hello_world
workspaces: "./test/hello_world -> target"

- name: Test args
uses: ./
Expand Down

0 comments on commit 3a7eb8b

Please sign in to comment.