Skip to content

Commit

Permalink
install nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 9, 2024
1 parent c70b376 commit c2004a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install protoc
run: sudo apt-get install protobuf-compiler

- name: Install nightly toolchain
run: rustup toolchain install "nightly-$RUST_NIGHTLY_VERSION" --profile minimal --component rustfmt

- name: Setup Rust toolchain
run: rustup show

Expand Down

0 comments on commit c2004a8

Please sign in to comment.