From e4eac238ffb9c71402a7737bd038511564c523bf Mon Sep 17 00:00:00 2001 From: Keenan Tims Date: Sat, 21 Oct 2023 19:37:25 -0700 Subject: [PATCH] build: specify rust stable for github actions --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81cf089..0f93862 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: with: RUSTTARGET: ${{ matrix.target }} ARCHIVE_TYPES: ${{ matrix.archive }} + TOOLCHAIN_VERSION: stable - name: Upload artifact uses: actions/upload-artifact@v3 with: