From f7988dfe033369f62eb636bdc739fd146635be34 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 22 Feb 2025 18:13:29 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20Update=20CI/CD=20workflow?= =?UTF-8?q?=20to=20check=20tool=20availability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This commit updates a CI/CD workflow to check for the availability of specific tools before executing certain steps. --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 783ae4a..3282372 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,6 +42,10 @@ jobs: # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM + - name: Check if msp430-elf-gcc is available + run: | + which msp430-elf-gcc + - name: Build Firmware (For IAR or CCS) run: | # Run the build command for your firmware