Skip to content

Commit e79eae8

Browse files
authored
Actions: Fix missing Rust toolchain
1 parent 955560a commit e79eae8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
profile: minimal
14+
toolchain: stable
1415
override: true
1516
- uses: actions-rs/cargo@v1
1617
with:
@@ -24,6 +25,7 @@ jobs:
2425
- uses: actions-rs/toolchain@v1
2526
with:
2627
profile: minimal
28+
toolchain: stable
2729
override: true
2830
- uses: actions-rs/cargo@v1
2931
with:
@@ -37,6 +39,7 @@ jobs:
3739
- uses: actions-rs/toolchain@v1
3840
with:
3941
profile: minimal
42+
toolchain: stable
4043
override: true
4144
components: rustfmt
4245
- uses: actions-rs/cargo@v1
@@ -52,6 +55,7 @@ jobs:
5255
- uses: actions-rs/toolchain@v1
5356
with:
5457
profile: minimal
58+
toolchain: stable
5559
override: true
5660
components: clippy
5761
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)