Skip to content

Commit 559174b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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/[email protected]
7474

7575
- name: Install Go

0 commit comments

Comments
 (0)