Skip to content

Commit

Permalink
revert ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 31, 2024
1 parent 06c2f33 commit 4964f01
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 @@ -33,7 +33,7 @@ jobs:
add-to-path: true

- name: install cargo make
run: cargo install --force --no-default-features --locked --version 0.37.23 cargo-make
run: cargo install --no-default-features --locked --version 0.37.23 cargo-make

- name: Run tests
run: cargo make test
Expand Down

0 comments on commit 4964f01

Please sign in to comment.