From 565f229dacd05dc438ae27587f9a4c4dc8b3c535 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sat, 3 Sep 2022 17:55:01 -0700 Subject: [PATCH] fix toolchain install --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 564978f..8eaa237 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,8 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Install deps and build run: yarn && yarn build --debug