From 4af9a0404cd03b28d0b449eea34eab60de571ae9 Mon Sep 17 00:00:00 2001 From: Kirill I Date: Sun, 23 Apr 2023 05:19:16 +0500 Subject: [PATCH] Fix the action to use Nightly Rust --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab70ebd..c0de500 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - uses: actions-rs/toolchain@v1 + with: + profile: minimal + toolchain: nightly + default: true - uses: taiki-e/upload-rust-binary-action@v1 with: # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.