From c2739288879d83d1c9aff2583565114aba829601 Mon Sep 17 00:00:00 2001 From: R <1572349+vrichv@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:22:58 +0800 Subject: [PATCH] fix build failed --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f718d8e..d3da2ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,10 +60,10 @@ jobs: run: | echo "Ready to build ${{ needs.check.outputs.latest_tag }}" - - name: Install rust nightly + - name: Install rust uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: stable override: true target: wasm32-wasi