mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-18 08:44:36 +00:00
add msbuild tools
This commit is contained in:
parent
dec5a79a52
commit
a3939b585d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue