Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu committed Dec 20, 2023
1 parent 14f7621 commit 5c63d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: ./build.sh -mono -Debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
- name: Run tests
run: /crossrootfs/riscv64/bin/qemu-riscv64-static /crossrootfs/riscv64/bin/bash -c ./run.sh Debug
run: qemu-riscv64-static /crossrootfs/riscv64/bin/bash -c ./run.sh Debug
working-directory: ./src/tests
- name: Upload Test error Log
if: ${{ failure() }}
Expand Down

0 comments on commit 5c63d94

Please sign in to comment.