This commit is contained in:
parent
0dd82a945d
commit
a745c052dc
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
toolchain: ${{ 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