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 e241e4b commit e876f0bCopy full SHA for e876f0b
.github/actions/deps/arm-gnu-toolchain/action.yml
@@ -23,5 +23,5 @@ runs:
23
24
- name: Activate toolchain
25
run: |
26
- echo >> $GITHUB_PATH "~/.local/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin"
+ echo "$HOME/.local/arm-gnu-toolchain-14.2.rel1-x86_64-arm-none-eabi/bin" >> $GITHUB_PATH
27
shell: bash
0 commit comments