Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2020-03-13 15:49:10 +01:00 committed by Francesco Guardiani
parent 0a3bcc8085
commit 1f74b0f232
1 changed files with 1 additions and 0 deletions

View File

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