Skip to content

Commit

Permalink
Install cargo-run-bin using cargo install directly.
Browse files Browse the repository at this point in the history
This more than doubles the CI runtime, but I think that's okay to avoid CI failures for now.

Perhaps dustinblackman/cargo-run-bin#21 can lead to something more reliable.
  • Loading branch information
lgarron committed Jan 15, 2024
1 parent 9c4e3f5 commit 2c0a6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: cargo-bins/[email protected]
- run: cargo binstall --no-confirm cargo-run-bin || cargo install --no-confirm cargo-run-bin
- run: cargo install cargo-run-bin
- run: make build
- run: make test
- run: make lint

0 comments on commit 2c0a6c6

Please sign in to comment.