feat ✨: Install msp430 compiler in .gitea/workflows/ci.yml
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 2m21s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user