diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8ea55d6..df9683d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -46,6 +46,9 @@ jobs: # Run the installer in unattended mode (no user interaction) sudo ./msp430-gcc-full-linux-x64-installer-9.3.1.2.run --mode unattended --prefix /usr/local + # Add /usr/local/bin to the PATH to ensure msp430-gcc is accessible + echo "/usr/local/bin" >> $GITHUB_ENV + # You would also install the necessary firmware building tools if they are available # or set up cross-compilation for ARM