modified: .gitea/workflows/ci.yml
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 30s
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 30s
This commit is contained in:
@@ -32,9 +32,11 @@ jobs:
|
|||||||
sudo apt-get install -y wget p7zip-full
|
sudo apt-get install -y wget p7zip-full
|
||||||
|
|
||||||
wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-9.3.1.11_linux64.tar.bz2
|
wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-9.3.1.11_linux64.tar.bz2
|
||||||
tar -xjf msp430-gcc-9.3.1.11_linux64.tar.bz2 -C /opt
|
tar -xjf msp430-gcc-9.3.1.11_linux64.tar.bz2 -C /tmp
|
||||||
|
|
||||||
echo "export PATH=/opt/bin:$PATH" >> ~/.bashrc
|
ls -alt /tmp/*
|
||||||
|
|
||||||
|
echo "export PATH=/tmp/bin:$PATH" >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|
||||||
# You would also install the necessary firmware building tools if they are available
|
# You would also install the necessary firmware building tools if they are available
|
||||||
|
|||||||
Reference in New Issue
Block a user