feat : Update CI workflow with env var sourcing
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 27s

- Updated continuous integration workflow to include sourcing environment variable after setting it in shell configuration file.
This commit is contained in:
2025-02-22 18:09:38 +01:00
parent d491d333f5
commit f72accb1da

View File

@@ -36,7 +36,8 @@ jobs:
ls -alt /tmp/msp430-gcc-9.3.1.11_linux64/bin/
echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH"
echo "export PATH=/tmp/msp430-gcc-9.3.1.11_linux64/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
# You would also install the necessary firmware building tools if they are available
# or set up cross-compilation for ARM