diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a0e1d26..8ea55d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: # Make the .run installer executable chmod +x msp430-gcc-full-linux-x64-installer-9.3.1.2.run - # Run the installer in silent mode - sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --mode silent --prefix /usr/local + # 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 # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM