Skip to content

Commit 30df309

Browse files
committed
fix: install 1.82.0 toolchain to match rust config
1 parent 0d65628 commit 30df309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Rust
2222
uses: actions-rs/toolchain@v1
2323
with:
24-
toolchain: stable
24+
toolchain: 1.82.0
2525
- uses: lukka/get-cmake@v3.27.4
2626

2727
- name: Install Go
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install Rust
7070
uses: actions-rs/toolchain@v1
7171
with:
72-
toolchain: stable
72+
toolchain: 1.82.0
7373
- uses: lukka/get-cmake@v3.27.4
7474

7575
- name: Install Go

0 commit comments

Comments
 (0)