We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0410f0d commit 9188181Copy full SHA for 9188181
.github/workflows/pr-check.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Install mars emulator for mips
66
if: matrix.stage == 'mips'
67
- run: wget https://courses.missouristate.edu/KenVollmar/MARS/MARS_4_5_Aug2014/Mars4_5.jar -O ${{github.workspace}}/mars.jar
+ run: wget https://github.com/Lord-Turmoil/Mars-for-BUAA/releases/download/v1.0.1/Mars-2024.jar -O ${{github.workspace}}/mars.jar
68
69
- name: Run test script
70
run: python ./scripts/test.py -s ${{matrix.stage}} -d ${{github.workspace}}/testcases
0 commit comments