Skip to content

Commit

Permalink
Update jit-riscv64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlong-Wu authored Dec 18, 2023
1 parent 179859e commit 870767f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# ./build.sh mono+libs+host+clr.hosts -c Debug --cross --arch riscv64 --ninja /p:KeepNativeSymbols=true --build
run: ./build.sh mono+libs+host+clr.hosts -c Release --cross --arch riscv64 --ci
- name: Build Tests programs
run: ./build.sh -mono -debug riscv64 -ninja -tree:JIT/ --ci
run: ./build.sh -mono -debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
# upload entire project
- name: Upload Artifacts
Expand All @@ -29,6 +29,7 @@ jobs:
path: ./

test:
continue-on-error: true
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-riscv64
Expand Down

0 comments on commit 870767f

Please sign in to comment.