Skip to content

Commit d60e14d

Browse files
committed
Remove rustfmt on github-actions for nightly channel
This is necessary because rustfmt seems to be unavailable on nightly from time to time. So we remove it here, so that our CI does not fail because of that. Beta and stable channel rustfmt continues to be checked, though. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent cbb52d7 commit d60e14d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/msrv.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
rust:
6161
- stable
6262
- beta
63-
- nightly
6463
steps:
6564
- name: Checkout sources
6665
uses: actions/checkout@v2

0 commit comments

Comments
 (0)