From 6c4dbff16c0a4c01acd2c4c58ac5be1a84a3caa7 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 12:47:00 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Update=20system=20path=20in?= =?UTF-8?q?=20Bash=20configuration=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The main goal of these changes is to update a system path in a user's Bash configuration file. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 14a0f13..3329da8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -34,7 +34,7 @@ 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 /opt - echo "export PATH=/opt/msp430-elf/bin:$PATH" >> ~/.bashrc + echo "export PATH=/opt/bin:$PATH" >> ~/.bashrc source ~/.bashrc # You would also install the necessary firmware building tools if they are available