Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jan 9, 2024
1 parent 6d16eb7 commit 2be036f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler
if: ${{ matrix.features != '--features vendored' }}
- name: Install Rust toolchain
run: rustup toolchain install 1.63.0 --component clippy
- name: Install Cargo nightly
run: rustup toolchain install nightly-2023-05-19
- name: Cargo minimal versions
run: cargo +nightly-2023-05-19 -Z minimal-versions generate-lockfile
- name: Run check
run: cargo check --workspace --release ${{ matrix.features }}
- name: Run clippy
Expand Down

0 comments on commit 2be036f

Please sign in to comment.