ci: remove `rust-cache`

This commit is contained in:
Yujia Qiao 2022-01-21 23:28:12 +08:00
parent 06db33b86c
commit 47991fb16d
No known key found for this signature in database
GPG Key ID: DC129173B148701B
1 changed files with 0 additions and 3 deletions

View File

@ -67,9 +67,6 @@ jobs:
with:
profile: minimal
toolchain: stable
- uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.target }}
- name: Install cross
run: cargo install --version 0.1.16 cross
- name: Run tests