From a3939b585daf35dd1595765c7eaa2ec7d985c92e Mon Sep 17 00:00:00 2001 From: Boog900 <54e72d8a-345f-4599-bd90-c6b9bc7d0ec5@aleeas.com> Date: Tue, 8 Oct 2024 16:28:18 +0100 Subject: [PATCH] add msbuild tools --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f23a314a..5c358455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,12 @@ jobs: - name: Download monerod uses: ./.github/actions/monerod-download + - name: Add msbuild to PATH + if: matrix.os == 'windows-latest' + uses: microsoft/setup-msbuild@v2 + with: + vs-version: '[16.4,16.5)' + - name: Documentation run: cargo doc --workspace --all-features --no-deps