From 7f38eb81c60322d25f8e2cb15ca44c7e7f6bd71c Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Wed, 16 Oct 2024 02:22:52 -0400 Subject: [PATCH] ci(compile-and-publish-binaries-to-release): install the correct Rust target instead of leaving it unspecified --- .github/workflows/compile-and-publish-binaries-to-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index cc053bd..f737ad1 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -65,6 +65,8 @@ jobs: - name: Install stable Rust toolchain uses: dtolnay/rust-toolchain@stable + with: + targets: ${{ matrix.supporteds.target }} - uses: Swatinem/rust-cache@v2 with: