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 19, 2023
1 parent 731f788 commit 57606b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
ROOTFS_DIR: /crossrootfs/riscv64
QEMU_LD_PREFIX: /crossrootfs/riscv64
CORE_ROOT: /__w/runtime/runtime/artifacts/tests/coreclr/linux.riscv64.Release/Tests/Core_Root
CORE_ROOT: /__w/runtime/runtime/artifacts/tests/coreclr/linux.riscv64.Debug/Tests/Core_Root
needs: cross-build
steps:
- name: Checkout
Expand All @@ -65,9 +65,9 @@ jobs:
artifacts/tests/
key: ${{ runner.os }}-dotnet-cross-build
- name: Build Tests programs
run: ./build.sh -mono -Release riscv64 -tree:JIT/ --ci
run: ./build.sh -mono -Debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
- name: Run tests
run: bash -c ./run.sh Release
run: bash -c ./run.sh Debug
working-directory: ./src/tests

0 comments on commit 57606b3

Please sign in to comment.