We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caf12d commit cac7d27Copy full SHA for cac7d27
.github/workflows/rust.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install MARS
55
if: ${{ !steps.cache-mars.outputs.cache-hit }}
56
run: |
57
- wget http://courses.missouristate.edu/KenVollmar/mars/MARS_4_5_Aug2014/Mars4_5.jar \
+ wget https://github.com/dpetersanderson/MARS/releases/download/v.4.5.1/Mars4_5.jar \
58
-O ./.ci/mars/Mars4_5.jar
59
- name: Run tests
60
run: cargo test --all --verbose
0 commit comments