Skip to content

Commit ac038d3

Browse files
committed
udpate ci
1 parent 37e3c98 commit ac038d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
toolchain: ${{ matrix.rust-toolchain }}
5858
components: rust-src
59-
- uses: Swatinem/rust-cache@v2
59+
# - uses: Swatinem/rust-cache@v2
6060
- run: cargo install cargo-binutils
6161
- name: Update rust-toolchain.toml
6262
run: |
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
toolchain: ${{ matrix.rust-toolchain }}
8585
components: rust-src
86-
- uses: Swatinem/rust-cache@v2
86+
# - uses: Swatinem/rust-cache@v2
8787
- run: cargo install cargo-binutils
8888
- name: Update rust-toolchain.toml
8989
run: |
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
toolchain: ${{ matrix.rust-toolchain }}
112112
components: rust-src
113-
- uses: Swatinem/rust-cache@v2
113+
# - uses: Swatinem/rust-cache@v2
114114
- run: cargo install cargo-binutils
115115
# - uses: arceos-org/[email protected]
116116
# with:

0 commit comments

Comments
 (0)