feat ✨: Improve installation process for msp430-gcc
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 23s
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 23s
- Improved installation process for msp430-gcc by adding the /usr/local/bin directory to the system PATH.
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
||||
# Run the installer in unattended mode (no user interaction)
|
||||
sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --mode unattended --prefix /usr/local
|
||||
|
||||
# Add /usr/local/bin to the PATH to ensure msp430-gcc is accessible
|
||||
echo "/usr/local/bin" >> $GITHUB_ENV
|
||||
|
||||
# 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