Skip to content

Commit

Permalink
Explicitly name runner-workspace in paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed May 31, 2024
1 parent 7c347c4 commit 923ecc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RED-V_SiFive_RISC-V_FE310_SoC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
working-directory: ./
- name: target-riscv32-unknown-elf
run: |
ls -la ./riscv32-embecosm-macos-gcc13.2.0/bin
PATH="./riscv32-embecosm-macos-gcc13.2.0/bin:$PATH"
ls -la ${{ runner.workspace }}/riscv32-embecosm-macos-gcc13.2.0/bin
PATH="${{ runner.workspace }}/riscv32-embecosm-macos-gcc13.2.0/bin:$PATH"
echo 'query compiler version'
riscv32-unknown-elf-g++ -v
bash ./Rebuild.sh
Expand Down

0 comments on commit 923ecc1

Please sign in to comment.