ci(checks): use rust-cache action to cache dependencies
This commit is contained in:
parent
72a75326f7
commit
003521895d
3 changed files with 5 additions and 8 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -102,7 +102,7 @@ jobs:
|
|||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
toolchain: ${{ matrix.rust-toolchain || 'stable' }}
|
||||
toolchain: 'stable'
|
||||
|
||||
- name: Install cross
|
||||
if: ${{ matrix.use-cross }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue