Install rusttoolchain stable in CI

This commit is contained in:
Richard Russo 2025-09-30 15:04:36 -07:00 committed by GitHub
parent 651d094fc7
commit 255605c57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- uses: actions/checkout@v4
- run: rustup toolchain install $(cat rust-toolchain) --profile minimal --component clippy
- run: rustup toolchain install stable --profile minimal --component clippy
- run: rustup toolchain install nightly --profile minimal --component rustfmt
- run: shellcheck **/*.sh
- name: Environment