We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d4504 commit 044559aCopy full SHA for 044559a
.github/workflows/ci.yml
@@ -46,8 +46,8 @@ jobs:
46
# https://xpack-dev-tools.github.io/
47
- name: setup-riscv-toolchain
48
run: |
49
- npm install xpm@latest
50
- xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest
+ npm install --location=global xpm@latest
+ xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest
51
# Report what's installed
52
- name: report-toolchain-versions
53
0 commit comments