Skip to content

Commit a072d95

Browse files
committed
do not cache for exotic targets
1 parent 4f66063 commit a072d95

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
with:
7272
target: i686-unknown-linux-gnu
7373

74-
- uses: Swatinem/rust-cache@v1
75-
7674
- name: Install gcc-multilib
7775
run: sudo apt-get install gcc-multilib
7876
- name: Check compilation for x86 32bit
@@ -85,8 +83,6 @@ jobs:
8583
with:
8684
target: aarch64-linux-android
8785

88-
- uses: Swatinem/rust-cache@v1
89-
9086
- name: Check compilation for android
9187
uses: actions-rs/cargo@v1
9288
with:

0 commit comments

Comments
 (0)