chore 📦: Update CI/CD workflow to export GCC compiler path
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 26s

- Updated CI/CD workflow to export path variable in GitHub environment variables for easier access to temporary GCC compiler.
This commit is contained in:
2025-02-22 18:22:01 +01:00
parent a6f47811ea
commit 32ba900134

View File

@@ -47,8 +47,8 @@ jobs:
echo "MSP430 GCC not found!"
exit 1
fi
echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" >> $GITHUB_ENV
echo $PATH
- name: Check if msp430-elf-gcc is available
run: |