Fix CI
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
0a3bcc8085
commit
1f74b0f232
|
@ -40,6 +40,7 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
override: true
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
target: ${{ matrix.target }}
|
||||
- uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in New Issue