From 176ac179b9418031c64d3bb0a65aad13354c847a Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 12:22:24 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20CI=20workflow?= =?UTF-8?q?=20to=20unatended=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated CI workflow to use unattended mode instead of silent mode, allowing automation with less manual intervention required. --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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