From 902cc3310b1841159cddd1ac25d17c3ff00c3950 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Jun 2024 16:09:38 +0700 Subject: [PATCH] correct script --- .github/actions/setup_toolchain/download/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_toolchain/download/action.yml b/.github/actions/setup_toolchain/download/action.yml index 38f327ec5..aed614b3c 100644 --- a/.github/actions/setup_toolchain/download/action.yml +++ b/.github/actions/setup_toolchain/download/action.yml @@ -30,7 +30,7 @@ runs: ./toolchain.run -p ~/cache/${{ inputs.toolchain }} -y else tar -C ~/cache/${{ inputs.toolchain }} -xaf toolchain.tar.gz - endif + fi shell: bash - name: Set Toolchain Path