From 7771cae94cd1210cd167a4e3e0a654f8a65ab87a Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Jun 2024 16:13:25 +0700 Subject: [PATCH] fix gnurx bin --- .github/actions/setup_toolchain/download/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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