modified: .gitea/workflows/ci.yml
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 30s

This commit is contained in:
2025-02-22 12:51:21 +01:00
parent 6c4dbff16c
commit 31e25e505d

View File

@@ -32,9 +32,11 @@ jobs:
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
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
# You would also install the necessary firmware building tools if they are available