feat : Improve installation process for msp430-gcc
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:
2025-02-22 12:25:38 +01:00
parent 176ac179b9
commit 8e2eb580d6

View File

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