Skip to content

Commit 044559a

Browse files
committed
all global work?
1 parent 59d4504 commit 044559a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
# https://xpack-dev-tools.github.io/
4747
- name: setup-riscv-toolchain
4848
run: |
49-
npm install xpm@latest
50-
xpm install @xpack-dev-tools/riscv-none-elf-gcc@latest
49+
npm install --location=global xpm@latest
50+
xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest
5151
# Report what's installed
5252
- name: report-toolchain-versions
5353
run: |

0 commit comments

Comments
 (0)