mirror of
https://github.com/momo5502/hypervisor.git
synced 2026-08-02 21:25:13 +00:00
Add msbuild
This commit is contained in:
@@ -37,10 +37,15 @@ jobs:
|
||||
- name: Set up problem matching
|
||||
uses: ammaraskar/msvc-problem-matcher@master
|
||||
|
||||
- name: Setup DevCmd
|
||||
uses: ilammy/msvc-dev-cm[email protected]0.0
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuil[email protected]
|
||||
with:
|
||||
arch: x64
|
||||
msbuild-architecture: x64
|
||||
|
||||
#- name: Setup DevCmd
|
||||
# uses: ilammy/[email protected]
|
||||
# with:
|
||||
# arch: x64
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake --preset=vs2019
|
||||
|
||||
Reference in New Issue
Block a user