From 7f9114327246e6f35ac3762fee7ed15507b1aea5 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 5 Nov 2024 21:06:42 +1100 Subject: [PATCH] Add missing shell Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- .github/actions/just-setup/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/just-setup/action.yml b/.github/actions/just-setup/action.yml index e379571f..340a83d1 100644 --- a/.github/actions/just-setup/action.yml +++ b/.github/actions/just-setup/action.yml @@ -56,6 +56,7 @@ runs: if [ "$RUNNER_OS" = "macOS" ]; then RUNNER_TARGET=aarch64-apple-darwin; fi if [ "$RUNNER_OS" = "Windows" ]; then RUNNER_TARGET=x86_64-pc-windows-msvc; fi echo "RUNNER_TARGET=$RUNNER_TARGET" >>"$GITHUB_ENV" + shell: bash - name: Install tools uses: taiki-e/install-action@v2