We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b48f35 commit b933a33Copy full SHA for b933a33
1 file changed
tools/ci.sh
@@ -468,7 +468,7 @@ function ci_quectel_setup {
468
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/Downloads/helios-toolchain
469
chmod +x $HOME/Downloads/helios-toolchain
470
sudo $HOME/Downloads/helios-toolchain --target $HOME/helios
471
- export PATH="$HOME/helios/bin:$PATH"
+ echo "$HOME/helios/bin" >> $GITHUB_PATH
472
}
473
474
function ci_quectel_build {
0 commit comments