From 62799e673f050534f3a7e23dde0b8921a6251c0e Mon Sep 17 00:00:00 2001 From: zephyr Date: Wed, 13 Apr 2022 18:14:19 +0900 Subject: [PATCH] update workflow; use the latest compiler --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 779fd5bc..c764ecb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly target: ${{ matrix.target }} override: true - name: compile @@ -95,7 +95,7 @@ jobs: - name: install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: nightly target: ${{ matrix.target }} override: true - name: compile