Use targets correctly
Some checks failed
Build on master branch / Build (push) Has been cancelled

This commit is contained in:
hodasemi 2025-02-13 08:13:31 +01:00
parent a745c052dc
commit d106fff1fc
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
with:
toolchain: ${{ join(fromJSON(steps.read_rust_toolchain.outputs.value), ',' ) }}
targets: ${{ join(fromJSON(steps.read_rust_toolchain.outputs.value), ',' ) }}
components: ${{ join(fromJSON(steps.read_rust_components.outputs.value), ',' ) }}
- name: Build

View file

@ -25,8 +25,8 @@ jobs:
- uses: https://github.com/dtolnay/rust-toolchain@stable
with:
toolchain: ${{ steps.read_rust_toolchain.outputs.value }}
components: ${{ steps.read_rust_components.outputs.value }}
targets: ${{ join(fromJSON(steps.read_rust_toolchain.outputs.value), ',' ) }}
components: ${{ join(fromJSON(steps.read_rust_components.outputs.value), ',' ) }}
- name: Build
run: cargo build