Try to use default for target

This commit is contained in:
danielsanchezq 2022-09-27 17:10:22 +02:00
parent 40e698d23d
commit 07167c6087

View File

@ -32,6 +32,7 @@ jobs:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
default: true
override: true
- uses: actions-rs/cargo@v1
continue-on-error: false
@ -64,6 +65,7 @@ jobs:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
default: true
override: true
- uses: actions-rs/cargo@v1
continue-on-error: false