chore 📦: Update CI/CD workflow to export GCC compiler path
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 26s
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user