From aecf37163f3c3b10fc94ec55ff5be5c64197be7b Mon Sep 17 00:00:00 2001 From: elipeter Date: Tue, 24 Jun 2025 22:14:25 +0200 Subject: [PATCH] Add target specification to Rust toolchain setup in release build workflow --- .github/workflows/release-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 2ad6d9d2..df018fe0 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,6 +25,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable + target: ${{ matrix.target }} cache: true - name: Install target