Fix incorrect step name
This commit is contained in:
parent
d788e00f15
commit
e41de97f0a
@ -39,7 +39,7 @@ runs:
|
|||||||
id: determine-cross-compile
|
id: determine-cross-compile
|
||||||
shell: bash
|
shell: bash
|
||||||
run: set-cross-compile.sh ${{ inputs.target }}
|
run: set-cross-compile.sh ${{ inputs.target }}
|
||||||
- name: Install toolchain if not cross-compiling
|
- name: Install toolchain
|
||||||
uses: dtolnay/rust-toolchain@master
|
uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
targets: ${{ inputs.target }}
|
targets: ${{ inputs.target }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user