From d491d333f5ccc5f0e5dec4a56bf4c63d2173d1e3 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 18:05:47 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Updated=20CI=20workflow=20f?= =?UTF-8?q?or=20GCC=20compiler=20on=20MSP430=20platform?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated CI workflow to use the correct directory path for GCC compiler on MSP430 platform. --- .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 d96eab7..35e3ab2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,9 +34,9 @@ jobs: wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-LlCjWuAbzH/9.3.1.2/msp430-gcc-9.3.1.11_linux64.tar.bz2 tar -xjf msp430-gcc-9.3.1.11_linux64.tar.bz2 -C /tmp - ls -alt /tmp/bin/ + ls -alt /tmp/msp430-gcc-9.3.1.11_linux64/bin/ - echo "export PATH=/tmp/bin:$PATH" + echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM