feat : Update system path in Bash configuration file
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 28s

- The main goal of these changes is to update a system path in a user's Bash configuration file.
This commit is contained in:
2025-02-22 12:47:00 +01:00
parent 2b2a8b1161
commit 6c4dbff16c

View File

@@ -34,7 +34,7 @@ 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 /opt
echo "export PATH=/opt/msp430-elf/bin:$PATH" >> ~/.bashrc
echo "export PATH=/opt/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
# You would also install the necessary firmware building tools if they are available