Renew cache, switch to primitive version alike librespot test

This commit is contained in:
2024-10-03 19:08:37 -05:00
parent 766c95302d
commit 10a163aad2

View File

@@ -66,7 +66,18 @@ jobs:
with: with:
toolchain: stable toolchain: stable
targets: ${{ matrix.target }} targets: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
- name: Cache Rust dependencies
uses: actions/cache@v4.0.2
with:
path: |
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git
target
key: ${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
${{ runner.os }}-${{ matrix.target }}-
- name: Install Linker Tools - name: Install Linker Tools
if: matrix.tools if: matrix.tools