From 06974506045fa9cafa2e0b2f1152d9ce92632e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 21 Mar 2023 16:36:50 +0800 Subject: [PATCH] =?UTF-8?q?build(action):Action=E4=B8=AD=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84Rust=E6=94=B9=E4=B8=BAnightly=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/alpha-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml index be5c285..894d47e 100644 --- a/.github/workflows/alpha-release.yml +++ b/.github/workflows/alpha-release.yml @@ -51,7 +51,7 @@ jobs: with: node-version: 16 - name: install Rust stable - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@nightly - name: install dependencies (ubuntu only) if: matrix.platform == 'ubuntu-20.04' run: |