Skip to content

Commit 649ffc7

Browse files
committed
Use nightly channel as CI default build toolchain
1 parent 4e78f7a commit 649ffc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions-rs/toolchain@v1
1212
with:
1313
profile: minimal
14-
toolchain: stable
14+
toolchain: nightly
1515
override: true
1616
- uses: actions-rs/cargo@v1
1717
with:
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions-rs/toolchain@v1
2626
with:
2727
profile: minimal
28-
toolchain: stable
28+
toolchain: nightly
2929
override: true
3030
- uses: actions-rs/cargo@v1
3131
with:
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions-rs/toolchain@v1
4040
with:
4141
profile: minimal
42-
toolchain: stable
42+
toolchain: nightly
4343
override: true
4444
- run: rustup component add rustfmt
4545
- uses: actions-rs/cargo@v1
@@ -56,7 +56,7 @@ jobs:
5656
# - uses: actions-rs/toolchain@v1
5757
# with:
5858
# profile: minimal
59-
# toolchain: stable
59+
# toolchain: nightly
6060
# override: true
6161
# - run: rustup component add clippy
6262
# - uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)