Skip to content

Commit

Permalink
fix: locks deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Mar 28, 2024
1 parent e1a8a2b commit 7ff2a22
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
run: cargo install --force cargo-make --locked

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

0 comments on commit 7ff2a22

Please sign in to comment.