Skip to content

Commit e876f0b

Browse files
committed
[skip ci] workflow test
1 parent e241e4b commit e876f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deps/arm-gnu-toolchain/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runs:
2323
2424
- name: Activate toolchain
2525
run: |
26-
echo >> $GITHUB_PATH "~/.local/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin"
26+
echo "$HOME/.local/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin" >> $GITHUB_PATH
2727
shell: bash

0 commit comments

Comments
 (0)