From b6defeaa42628ed53f3466db8a7179526664a47d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 11:37:07 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Install=20msp430=20compiler?= =?UTF-8?q?=20in=20.gitea/workflows/ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changes made to install msp430 compiler in .gitea/workflows/ci.yml. --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 19bd67b..31aeb47 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: sudo apt-get update sudo apt-get install -y gcc-arm-none-eabi build-essential + sudo apt-get -y install gcc-msp430 # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM