Skip to content

Commit b37c078

Browse files
authored
Merge pull request #191 from adafruit/fix-ci-190
fix ci arm gcc install path
2 parents 4ba802d + ba5977d commit b37c078

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
@@ -66,7 +66,7 @@ jobs:
6666
# 9.3.1-1.2.1 is xpack modified version which significantly increased compiled size to 6-7KB and cause flash overflow.
6767
# Skip this version for now, we will try again with next official release from ARM
6868
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
69+
echo `echo $HOME/.local/xPacks/@xpack-dev-tools/arm-none-eabi-gcc/*/.content/bin` >> $GITHUB_PATH
7070
7171
- name: Build
7272
run: |

0 commit comments

Comments
 (0)