From 1a2b3c8f3e053939e777135260cf6d35420c3a8e Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 12 Jun 2020 09:31:39 +0100 Subject: [PATCH] build: Temporarily disable nightly builds Rust nightly builds are currently failing due to a crate outside of our control not meeting the latest cargo requirements. See XAMPPRocky/remove_dir_all#19 Signed-off-by: Rob Bradford --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c6ad982f..09f295519 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,6 @@ jobs: rust: - stable - beta - - nightly target: - x86_64-unknown-linux-gnu - x86_64-unknown-linux-musl