feat ✨: Updated CI workflow for GCC compiler on MSP430 platform
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 26s
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 26s
- Updated CI workflow to use the correct directory path for GCC compiler on MSP430 platform.
This commit is contained in:
@@ -34,9 +34,9 @@ jobs:
|
||||
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 /tmp
|
||||
|
||||
ls -alt /tmp/bin/
|
||||
ls -alt /tmp/msp430-gcc-9.3.1.11_linux64/bin/
|
||||
|
||||
echo "export PATH=/tmp/bin:$PATH"
|
||||
echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH"
|
||||
|
||||
# You would also install the necessary firmware building tools if they are available
|
||||
# or set up cross-compilation for ARM
|
||||
|
||||
Reference in New Issue
Block a user