From e41de97f0a356ccd40a51e89a987104e22a16272 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 22 Jul 2023 09:27:13 -0500 Subject: [PATCH] Fix incorrect step name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e2a38d3..c6f4903 100644 --- a/action.yml +++ b/action.yml @@ -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 }}