Skip to content

Commit 772bd18

Browse files
author
Sven Lechner
committed
use appropiate toolchain where needed
1 parent b0872ee commit 772bd18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions-rs/toolchain@v1
2020
with:
2121
profile: minimal
22+
toolchain: nightly
23+
override: true
2224
components: rustfmt
2325

2426
- name: Check formatting
@@ -46,7 +48,7 @@ jobs:
4648
uses: actions-rs/toolchain@v1
4749
with:
4850
profile: minimal
49-
toolchain: ${{ $matrix.rust }}
51+
toolchain: ${{ matrix.rust }}
5052
override: true
5153

5254
- name: Run cargo check
@@ -65,6 +67,8 @@ jobs:
6567
uses: actions-rs/toolchain@v1
6668
with:
6769
profile: minimal
70+
toolchain: stable
71+
override: true
6872
components: clippy
6973

7074
- name: Run lints

0 commit comments

Comments
 (0)