Skip to content

Commit 46e9b84

Browse files
authored
Merge pull request #31 from Fishrock123/fix-ci
CI: run fmt & docs on nightly for #[feature]
2 parents 0cf1f9f + 4da3657 commit 46e9b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@master
5454

55-
- name: Install stable toolchain
55+
- name: Install nightly toolchain
5656
uses: actions-rs/toolchain@v1
5757
with:
5858
profile: minimal
59-
toolchain: stable
59+
toolchain: nightly
6060
override: true
6161
components: rustfmt
6262

0 commit comments

Comments
 (0)