fix: correct unexpected input "targets" in workflow

main
Yoo1tic 2025-08-11 01:19:18 +08:00
parent e0bc525b61
commit 555ad430c8
1 changed files with 3 additions and 3 deletions

View File

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