This commit is contained in:
parent
a745c052dc
commit
d106fff1fc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue