File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ jobs:
156156 run : |
157157 # ${{ env.stepName }}
158158 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
159- curl -L -O "$HOME/msp430-gcc-full-linux-x64-installer-9.3.1.2.7z" https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-full-linux-x64-installer-9.3.1.2.7z
160159 sudo apt update -y
161160 sudo apt install -y p7zip-full
162161 pushd $HOME
162+ curl -L -O https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-full-linux-x64-installer-9.3.1.2.7z
163163 7z x ./msp430-gcc-full-linux-x64-installer-9.3.1.2.7z
164164 chmod +x ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run
165165 sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --prefix /usr/bin/msp430-gcc --mode unattended
You can’t perform that action at this time.
0 commit comments