From b39f4d86740fd48353b3cfe019738c9dd8a46521 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 7 May 2022 17:56:56 +0200 Subject: [PATCH] Add msbuild --- .github/workflows/build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2603325..d569c14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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