summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-06-06 16:13:25 +0700
committerhathach <[email protected]>2024-06-06 16:13:25 +0700
commit7771cae94cd1210cd167a4e3e0a654f8a65ab87a (patch)
tree99726ebf1d1d209e2c00680d30339318cc532ecd /.github
parent902cc3310b1841159cddd1ac25d17c3ff00c3950 (diff)
fix gnurx bin
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 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