diff options
| author | hathach <[email protected]> | 2024-06-06 16:09:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-06 16:09:38 +0700 |
| commit | 902cc3310b1841159cddd1ac25d17c3ff00c3950 (patch) | |
| tree | 88096f2186c42faca2077346af60e4b50206101a | |
| parent | 302445e64fec763cfb488f0400ec3cb95e984409 (diff) | |
correct script
| -rw-r--r-- | .github/actions/setup_toolchain/download/action.yml | 2 |
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 |
