From f72accb1da2b5bb129f68fa1f6bfd0db02114b15 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 18:09:38 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Update=20CI=20workflow=20wi?= =?UTF-8?q?th=20env=20var=20sourcing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated continuous integration workflow to include sourcing environment variable after setting it in shell configuration file. --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 35e3ab2..783ae4a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -36,7 +36,8 @@ jobs: ls -alt /tmp/msp430-gcc-9.3.1.11_linux64/bin/ - echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" + echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" >> ~/.bashrc + source ~/.bashrc # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM