Skip to content

Commit 74a2021

Browse files
authored
ci: Don't use rust-cache for Cross Build/Link (#338)
I think the caching isn't interacting well with the libc build script. Lets see if this fixes things. Signed-off-by: Joe Richey <[email protected]>
1 parent c526c89 commit 74a2021

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ jobs:
146146
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
147147
wget -O - $URL | tar -xz -C ~/.cargo/bin
148148
cross --version
149-
- uses: Swatinem/rust-cache@v2
150149
- name: Test
151150
run: cross test --no-fail-fast --target=${{ matrix.target }} --features=std
152151

@@ -183,7 +182,6 @@ jobs:
183182
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
184183
wget -O - $URL | tar -xz -C ~/.cargo/bin
185184
cross --version
186-
- uses: Swatinem/rust-cache@v2
187185
- name: Build Tests
188186
run: cross test --no-run --target=${{ matrix.target }} --features=std
189187

0 commit comments

Comments
 (0)