Skip to content

Commit 38ff498

Browse files
committed
fix ci add-path
1 parent 4199430 commit 38ff498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# 9.3.1-1.2.1 is xpack modified version which significantly increased compiled size to 6-7KB and cause flash overflow.
3232
# Skip this version for now, we will try again with next official release from ARM
3333
xpm install --global @xpack-dev-tools/[email protected]
34-
echo "::add-path::`echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin`"
34+
echo `echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin` >> $GITHUB_PATH
3535
3636
- name: Build
3737
run: python3 tools/build_all.py

0 commit comments

Comments
 (0)