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 1e15afe commit df06dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jit-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: |
.dotnet/
artifacts/
key: ${{ runner.os }}-dotnet-cross-build
key: ${{ runner.os }}-dotnet-cross-build
- name: Build Tests programs
run: ./build.sh -mono -debug riscv64 -tree:JIT/ --ci
working-directory: ./src/tests
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
path: |
artifacts/tests/coreclr
key: ${{ runner.os }}-dotnet-test
key: ${{ runner.os }}-dotnet-test
- name: Run tests
run: bash -c ./run.sh Release
working-directory: ./src/tests
Expand Down

0 comments on commit df06dff

Please sign in to comment.