We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3aee4 commit 0f92c22Copy full SHA for 0f92c22
.github/workflows/ci.yml
@@ -48,6 +48,9 @@ jobs:
48
run: |
49
npm install --location=global xpm@latest
50
xpm install --global @xpack-dev-tools/riscv-none-elf-gcc@latest
51
+ ls "$HOME/.local/xPacks/xpack-dev-tools/riscv-none-elf-gcc/"
52
+ tree "$HOME/.local/xPacks/xpack-dev-tools/riscv-none-elf-gcc/"
53
+ echo "$HOME/.local/xPacks/xpack-dev-tools/riscv-none-elf-gcc/latest/.content/bin" >> "$GITHUB_PATH$
54
# Report what's installed
55
- name: report-toolchain-versions
56
0 commit comments