Skip to content

Commit

Permalink
[CI.yml] Fall back to normal install if `cargo binstall cargo-run-bin…
Browse files Browse the repository at this point in the history
…` fails.
  • Loading branch information
lgarron committed Jan 15, 2024
1 parent d081ce4 commit 9c4e3f5
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
- run: cargo binstall --no-confirm cargo-run-bin || cargo install --no-confirm cargo-run-bin
- run: make build
- run: make test
- run: make lint

0 comments on commit 9c4e3f5

Please sign in to comment.