diff --git a/.github/workflows/rust-release-windows.yml b/.github/workflows/rust-release-windows.yml index e7574d85d..49e627c1b 100644 --- a/.github/workflows/rust-release-windows.yml +++ b/.github/workflows/rust-release-windows.yml @@ -89,6 +89,11 @@ jobs: with: targets: ${{ matrix.target }} + - name: Configure LLVM linker + uses: ./.github/actions/setup-msvc-env + with: + target: ${{ matrix.target }} + - name: Cargo build (Windows binaries) shell: bash run: |