Skip to content

Commit 0f92c22

Browse files
committed
path games
1 parent 1f3aee4 commit 0f92c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
run: |
4949
npm install --location=global xpm@latest
5050
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$
5154
# Report what's installed
5255
- name: report-toolchain-versions
5356
run: |

0 commit comments

Comments
 (0)