chore 📦: Update CI workflow to unatended mode
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 41s
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 41s
- Updated CI workflow to use unattended mode instead of silent mode, allowing automation with less manual intervention required.
This commit is contained in:
@@ -43,8 +43,8 @@ jobs:
|
|||||||
# Make the .run installer executable
|
# Make the .run installer executable
|
||||||
chmod +x msp430-gcc-full-linux-x64-installer-9.3.1.2.run
|
chmod +x msp430-gcc-full-linux-x64-installer-9.3.1.2.run
|
||||||
|
|
||||||
# Run the installer in silent mode
|
# Run the installer in unattended mode (no user interaction)
|
||||||
sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --mode silent --prefix /usr/local
|
sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --mode unattended --prefix /usr/local
|
||||||
|
|
||||||
# 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