Skip to content

Commit 92f5616

Browse files
committed
Fix curl command
1 parent f3bc128 commit 92f5616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)