Skip to content

Commit b933a33

Browse files
committed
tools/ci.sh: echo PATH instead of export.
1 parent 8b48f35 commit b933a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function ci_quectel_setup {
468468
curl -L "https://github.com/QuecPython/toolchain/releases/download/V1.1.0/helios-toolchain" -o $HOME/Downloads/helios-toolchain
469469
chmod +x $HOME/Downloads/helios-toolchain
470470
sudo $HOME/Downloads/helios-toolchain --target $HOME/helios
471-
export PATH="$HOME/helios/bin:$PATH"
471+
echo "$HOME/helios/bin" >> $GITHUB_PATH
472472
}
473473

474474
function ci_quectel_build {

0 commit comments

Comments
 (0)