Skip to content

Commit

Permalink
ci: Don't use rust-cache for Cross Build/Link (#338)
Browse files Browse the repository at this point in the history
I think the caching isn't interacting well with the libc build script.

Lets see if this fixes things.

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Feb 22, 2023
1 parent c526c89 commit 74a2021
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -146,7 +146,6 @@ jobs:
URL=https://github.com/cross-rs/cross/releases/download/${VERSION}/cross-x86_64-unknown-linux-gnu.tar.gz
wget -O - $URL | tar -xz -C ~/.cargo/bin
cross --version
- uses: Swatinem/rust-cache@v2
- name: Test
run: cross test --no-fail-fast --target=${{ matrix.target }} --features=std

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

Expand Down

0 comments on commit 74a2021

Please sign in to comment.