Skip to content

Commit

Permalink
Oops, Rust toolchain needs to be explicitly installed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianwong authored and cliu2018 committed Sep 14, 2023
1 parent 4729d3e commit bd7a83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: ${{ matrix.rust }}
components: rustfmt
- run: cargo test
- run: cargo check --no-default-features --features flate2_zlib # Check without outline feature.
- run: cargo check --no-default-features --features flate2_rust

0 comments on commit bd7a83f

Please sign in to comment.