From b0971acc8ecb7d20d103fac92721ef5c357be84c Mon Sep 17 00:00:00 2001 From: Bluemangoo Date: Mon, 29 Apr 2024 20:29:02 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2475190..277ef53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,7 @@ jobs: - name: Install deps if: ${{ contains(matrix.host_os, 'ubuntu') }} run: .github/workflow/install-build-tools.sh +stable --target=${{ matrix.target }} + shell: sh - uses: Swatinem/rust-cache@v2 with: prefix-key: v0-rust-${{ matrix.target }}