ci(checks): use rust-cache action to cache dependencies

This commit is contained in:
dundargoc 2024-02-04 15:36:43 +01:00
parent 72a75326f7
commit 003521895d
3 changed files with 5 additions and 8 deletions

View file

@ -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 }}