Add msbuild

This commit is contained in:
momo5502 2022-05-07 17:56:56 +02:00
parent 2cfe71f783
commit b39f4d8674

View File

@ -37,10 +37,15 @@ jobs:
- name: Set up problem matching - name: Set up problem matching
uses: ammaraskar/msvc-problem-matcher@master uses: ammaraskar/msvc-problem-matcher@master
- name: Setup DevCmd - name: Add msbuild to PATH
uses: ilammy/msvc-dev-cmd@v1.10.0 uses: microsoft/setup-msbuild@v1.1
with: with:
arch: x64 msbuild-architecture: x64
#- name: Setup DevCmd
# uses: ilammy/msvc-dev-cmd@v1.10.0
# with:
# arch: x64
- name: Configure CMake - name: Configure CMake
run: cmake --preset=vs2019 run: cmake --preset=vs2019