Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 9, 2024
1 parent c2004a8 commit 5ed2601
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 @@ -36,7 +36,7 @@ jobs:
run: sudo apt-get install protobuf-compiler

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

- name: Setup Rust toolchain
run: rustup show
Expand Down

0 comments on commit 5ed2601

Please sign in to comment.