summaryrefslogtreecommitdiffstats
path: root/.github/workflows/msrv.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-26 16:46:55 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-26 16:46:55 +0100
commitd60e14d3f0d874baf1cb28037a616b15e852dfc2 (patch)
treef76ee68e228f0138e781608b838f9694156fd394 /.github/workflows/msrv.yml
parentcbb52d7dbf0a315ec399de620de28953c802a4a1 (diff)
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>
Diffstat (limited to '.github/workflows/msrv.yml')
-rw-r--r--.github/workflows/msrv.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index 7fab3ea..9fed008 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -60,7 +60,6 @@ jobs:
rust:
- stable
- beta
- - nightly
steps:
- name: Checkout sources
uses: actions/checkout@v2