Skip to content

Commit

Permalink
fix: pin refinery_cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Feb 21, 2024
1 parent 90f3545 commit 540f025
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 @@ -229,7 +229,7 @@ jobs:
run: cargo install --force cargo-make

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

- name: Install dependencies
run:
Expand Down

0 comments on commit 540f025

Please sign in to comment.