diff options
| author | hathach <[email protected]> | 2024-06-06 16:13:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-06-06 16:13:25 +0700 |
| commit | 7771cae94cd1210cd167a4e3e0a654f8a65ab87a (patch) | |
| tree | 99726ebf1d1d209e2c00680d30339318cc532ecd /.github/actions/setup_toolchain | |
| parent | 902cc3310b1841159cddd1ac25d17c3ff00c3950 (diff) | |
fix gnurx bin
Diffstat (limited to '.github/actions/setup_toolchain')
| -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 aed614b3c..813197208 100644 --- a/.github/actions/setup_toolchain/download/action.yml +++ b/.github/actions/setup_toolchain/download/action.yml @@ -27,7 +27,7 @@ runs: if [[ ${{ inputs.toolchain }} == rx-gcc ]]; then mv toolchain.tar.gz toolchain.run chmod +x toolchain.run - ./toolchain.run -p ~/cache/${{ inputs.toolchain }} -y + ./toolchain.run -p ~/cache/${{ inputs.toolchain }}/gnurx -y else tar -C ~/cache/${{ inputs.toolchain }} -xaf toolchain.tar.gz fi |
