summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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