Install rusttoolchain stable in CI
This commit is contained in:
parent
651d094fc7
commit
255605c57d
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user