Skip to content

Commit

Permalink
.github: remove Swatinem/rust-cache@v2
Browse files Browse the repository at this point in the history
Remove the using of caches to avoid the `can't find crate` errors in
CI.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Oct 25, 2023
1 parent cc4b7f3 commit 2436aba
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
toolchain: ${{ env.NIGHTLY_RUST_TOOLCHAIN }}
override: true

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Preparation work
run: make preparation

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
override: true
components: rust-src, llvm-tools-preview

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ jobs:
with:
submodules: recursive

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Preparation Work
run: make preparation

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
override: true
components: rust-src

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
override: true
components: rust-src

- name: Cache
uses: Swatinem/rust-cache@v2

- name: Run cargo install cargo-xbuild
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 2436aba

Please sign in to comment.