From fbc0a1ac558e3ab31ae50a20d041b7f66c54ec2a Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 7 May 2022 17:30:53 +0200 Subject: [PATCH] Setup devcmd --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf49573..fb4b8d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,15 +26,15 @@ jobs: fetch-depth: 0 lfs: false - - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1 + - name: setup devcmd + uses: ilammy/msvc-dev-cmd@v1.3.0 with: - msbuild-architecture: x64 + arch: x64 - name: Install WDK run: | curl -L --output wdksetup.exe https://go.microsoft.com/fwlink/?linkid=2166289 - .\wdksetup.exe /features + /q + .\wdksetup.exe /ceip off /features + /q - name: Setup CMake uses: lukka/get-cmake@latest