chore: disable caching for cross jobs (#4794)

CI is running into https://github.com/cross-rs/cross/issues/724, which
should be fixed if we clear the cache.
This commit is contained in:
Alice Ryhl
2022-06-29 10:46:23 +02:00
committed by GitHub
parent 45f24f1b86
commit 79d802450b
-1
View File
@@ -248,7 +248,6 @@ jobs:
toolchain: ${{ env.rust_stable }}
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
use-cross: true