Fix incorrect step name

This commit is contained in:
Dave Rolsky 2023-07-22 09:27:13 -05:00
parent d788e00f15
commit e41de97f0a
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ runs:
id: determine-cross-compile
shell: bash
run: set-cross-compile.sh ${{ inputs.target }}
- name: Install toolchain if not cross-compiling
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
targets: ${{ inputs.target }}