feat : Updated CI workflow for GCC compiler on MSP430 platform
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:
2025-02-22 18:05:47 +01:00
parent 869be3e7ad
commit d491d333f5

View File

@@ -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