Skip to content

Commit

Permalink
fix: adds margo make version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 10, 2024
1 parent 98d5861 commit 059f960
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 @@ -226,7 +226,7 @@ jobs:
uses: taiki-e/install-action@nextest

- name: Install cargo-make
run: cargo install --force cargo-make --locked
run: cargo install --force cargo-make --version 0.37.11 --locked

- name: Install refinery
run: cargo install refinery_cli --version 0.8.7 --locked
Expand Down

0 comments on commit 059f960

Please sign in to comment.