Skip to content

Commit

Permalink
chore: disable caching for cross jobs (#4794)
Browse files Browse the repository at this point in the history
CI is running into cross-rs/cross#724, which
should be fixed if we clear the cache.
  • Loading branch information
Darksonn committed Jun 29, 2022
1 parent 45f24f1 commit 79d8024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 79d8024

Please sign in to comment.