Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent a800bd8 commit 3bc19dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-directories: "/home/runner/.cargo/bin
C:\\Users\\runneradmin\\.cargo\\bin"
- name: install cargo make
run: cargo install cargo-make
run: cargo install --no-default-features --locked --version 0.37.23 cargo-make
- name: Run tests
run: cargo make test
# for some reason the sdl installation causing this to fail (some error about not finding glibc) so this should before the sdl
Expand Down

0 comments on commit 3bc19dd

Please sign in to comment.