From ec518f1508da0a58f1584d336937dfee7593c6d1 Mon Sep 17 00:00:00 2001 From: canewsin Date: Thu, 11 Aug 2022 16:23:36 +0530 Subject: [PATCH] Fix Release Failed due to non availability of nightly toolchain --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b9ac24..900e7ee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - uses: actions-rs/toolchain@v1.0.7 + with: + profile: minimal + toolchain: nightly + override: true - uses: taiki-e/upload-rust-binary-action@v1 with: bin: zeronet