From c8950cf84297bfa95feb842ddce3c6cf13491a40 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 19 Jul 2021 13:20:52 -0500 Subject: [PATCH] Update nightly toolchains in CI (#3097) This will hopefully fix CI issues we've been seeing with downloads --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e2b31abee..cbf6ad740c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly-2021-07-12 + toolchain: nightly-2021-07-18 # Build C API documentation - run: sudo apt-get update -y && sudo apt-get install -y libclang1-9 libclang-cpp9 @@ -175,7 +175,7 @@ jobs: # flags to rustc. - uses: ./.github/actions/install-rust with: - toolchain: nightly-2021-07-12 + toolchain: nightly-2021-07-18 - run: cargo install cargo-fuzz --vers "^0.8" - run: cargo fetch working-directory: ./fuzz