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.
2 parents 4ba802d + ba5977d commit b37c078Copy full SHA for b37c078
.github/workflows/githubci.yml
@@ -66,7 +66,7 @@ jobs:
66
# 9.3.1-1.2.1 is xpack modified version which significantly increased compiled size to 6-7KB and cause flash overflow.
67
# Skip this version for now, we will try again with next official release from ARM
68
xpm install --global @xpack-dev-tools/[email protected]
69
- echo `echo $HOME/opt/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin` >> $GITHUB_PATH
+ echo `echo $HOME/.local/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin` >> $GITHUB_PATH
70
71
- name: Build
72
run: |
0 commit comments