feat : Install msp430 compiler in .gitea/workflows/ci.yml
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 2m21s

- Changes made to install msp430 compiler in .gitea/workflows/ci.yml.
This commit is contained in:
2025-02-22 11:37:07 +01:00
parent 4b867da973
commit b6defeaa42

View File

@@ -25,6 +25,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install -y gcc-arm-none-eabi build-essential sudo apt-get install -y gcc-arm-none-eabi build-essential
sudo apt-get -y install gcc-msp430
# You would also install the necessary firmware building tools if they are available # You would also install the necessary firmware building tools if they are available
# or set up cross-compilation for ARM # or set up cross-compilation for ARM