feat ✨: Update CI workflow with env var sourcing
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 27s
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:
@@ -36,7 +36,8 @@ jobs:
|
|||||||
|
|
||||||
ls -alt /tmp/msp430-gcc-9.3.1.11_linux64/bin/
|
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
|
# You would also install the necessary firmware building tools if they are available
|
||||||
# or set up cross-compilation for ARM
|
# or set up cross-compilation for ARM
|
||||||
|
|||||||
Reference in New Issue
Block a user