summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-06 16:09:38 +0700
committerhathach <[email protected]>2024-06-06 16:09:38 +0700
commit902cc3310b1841159cddd1ac25d17c3ff00c3950 (patch)
tree88096f2186c42faca2077346af60e4b50206101a /.github
parent302445e64fec763cfb488f0400ec3cb95e984409 (diff)
correct script
Diffstat (limited to '.github')
-rw-r--r--.github/actions/setup_toolchain/download/action.yml2
1 files changed, 1 insertions, 1 deletions
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