Skip to content

Commit 7e4ecf3

Browse files
ci: use fixed toolchain version
1 parent b38e8b9 commit 7e4ecf3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/linting.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Install nightly toolchain
2121
uses: dtolnay/rust-toolchain@nightly
22+
with:
23+
toolchain: 1.83.0
2224

2325
- name: Rust Cache
2426
uses: Swatinem/rust-cache@v2
@@ -40,6 +42,7 @@ jobs:
4042
uses: dtolnay/rust-toolchain@nightly
4143
with:
4244
components: rustfmt
45+
toolchain: 1.83.0
4346

4447
- name: Rust Cache
4548
uses: Swatinem/rust-cache@v2
@@ -61,6 +64,7 @@ jobs:
6164
uses: dtolnay/rust-toolchain@nightly
6265
with:
6366
components: clippy
67+
toolchain: 1.83.0
6468

6569
- name: Rust Cache
6670
uses: Swatinem/rust-cache@v2

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Install nightly toolchain
2424
uses: dtolnay/rust-toolchain@nightly
25+
with:
26+
toolchain: 1.83.0
2527

2628
- name: Rust Cache
2729
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)