fix: correct unexpected input "targets" in workflow
parent
e0bc525b61
commit
555ad430c8
|
@ -34,7 +34,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
targets: ${{ matrix.target_triple }}
|
||||
target: ${{ matrix.target_triple }}
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
targets: ${{ matrix.target_triple }}
|
||||
target: ${{ matrix.target_triple }}
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
with:
|
||||
toolchain: stable
|
||||
profile: minimal
|
||||
targets: ${{ matrix.target_triple }}
|
||||
target: ${{ matrix.target_triple }}
|
||||
override: true
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
|
Loading…
Reference in New Issue