CI: Update cache action
parent
7256e9e72e
commit
a246c699aa
|
@ -51,7 +51,7 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Setup | musl tools
|
- name: Setup | musl tools
|
||||||
if: matrix.target == 'x86_64-unknown-linux-musl'
|
if: matrix.target == 'x86_64-unknown-linux-musl'
|
||||||
|
|
Loading…
Reference in New Issue