Skip to content

Commit

Permalink
ci: set override to force selected Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 11, 2020
1 parent 00df609 commit bab4066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true
profile: minimal
- run: cargo build --verbose
- run: cargo doc --verbose
Expand Down

0 comments on commit bab4066

Please sign in to comment.