mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Add msbuild
This commit is contained in:
parent
2cfe71f783
commit
b39f4d8674
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -37,10 +37,15 @@ jobs:
|
||||
- name: Set up problem matching
|
||||
uses: ammaraskar/msvc-problem-matcher@master
|
||||
|
||||
- name: Setup DevCmd
|
||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
with:
|
||||
arch: x64
|
||||
msbuild-architecture: x64
|
||||
|
||||
#- name: Setup DevCmd
|
||||
# uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||
# with:
|
||||
# arch: x64
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake --preset=vs2019
|
||||
|
Loading…
x
Reference in New Issue
Block a user