Skip to content

Commit

Permalink
Adjust to use binstall at 0.22.0 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed Apr 30, 2023
1 parent ccaf456 commit 09b426a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall
cargo binstall -V || cargo install cargo-binstall@0.22.0
rustup override remove
- name: 💾 Install (tarpaulin, all-features) 💾
continue-on-error: true
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall
cargo binstall -V || cargo install cargo-binstall@0.22.0
rustup override remove
- name: 💾 Install (all-features) 💾
continue-on-error: true
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- name: 💾 Install (cargo-binstall) 💾
run: |
rustup override set stable
cargo binstall -V || cargo install cargo-binstall
cargo binstall -V || cargo install cargo-binstall@0.22.0
rustup override remove
- name: 💾 Install (all-features) 💾
continue-on-error: true
Expand Down

0 comments on commit 09b426a

Please sign in to comment.