add msbuild tools

This commit is contained in:
Boog900 2024-10-08 16:28:18 +01:00
parent dec5a79a52
commit a3939b585d
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2

View file

@ -75,6 +75,12 @@ jobs:
- name: Download monerod - name: Download monerod
uses: ./.github/actions/monerod-download 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 - name: Documentation
run: cargo doc --workspace --all-features --no-deps run: cargo doc --workspace --all-features --no-deps