Skip to content

Commit a25982a

Browse files
authored
Merge pull request #1725 from Kobzol/ci-pin-rust-version
Pin Rust version used on CI
2 parents 2c97cb5 + f911f2a commit a25982a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
- name: Install Rust Stable
3232
run: |
3333
rustc -vV
34-
rustup update stable
35-
rustup default stable
34+
rustup toolchain install 1.85.0
35+
rustup default 1.85.0
36+
rustup component add rustfmt
3637
rustc -vV
3738
3839
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6

sync-team/rust-toolchain.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)