We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4199430 commit 38ff498Copy full SHA for 38ff498
.github/workflows/githubci.yml
@@ -31,7 +31,7 @@ jobs:
31
# 9.3.1-1.2.1 is xpack modified version which significantly increased compiled size to 6-7KB and cause flash overflow.
32
# Skip this version for now, we will try again with next official release from ARM
33
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`"
+ echo `echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin` >> $GITHUB_PATH
35
36
- name: Build
37
run: python3 tools/build_all.py
0 commit comments