From 8e2eb580d6b40c972f73506e555b59235b7de38c Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 12:25:38 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Improve=20installation=20pr?= =?UTF-8?q?ocess=20for=20msp430-gcc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Improved installation process for msp430-gcc by adding the /usr/local/bin directory to the system PATH. --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8ea55d6..df9683d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: # 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 + # Add /usr/local/bin to the PATH to ensure msp430-gcc is accessible + echo "/usr/local/bin" >> $GITHUB_ENV + # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM