Fix target to use the input, not a matrix
This commit is contained in:
parent
42a1f46405
commit
2bfd2f169a
@ -42,7 +42,7 @@ runs:
|
|||||||
- name: Install toolchain if not cross-compiling
|
- name: Install toolchain if not cross-compiling
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.platform.target }}
|
targets: ${{ inputs.target }}
|
||||||
toolchain: ${{ inputs.toolchain }}
|
toolchain: ${{ inputs.toolchain }}
|
||||||
if: ${{ steps.determine-cross-compile.outputs.needs-cross == 'false' }}
|
if: ${{ steps.determine-cross-compile.outputs.needs-cross == 'false' }}
|
||||||
- name: Install cross if cross-compiling (*nix)
|
- name: Install cross if cross-compiling (*nix)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user