From d516d525ae77c718e8ddb96d2f6044fcdb06b878 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Thu, 27 Jun 2024 22:58:43 +0200 Subject: [PATCH] Setup MsBuild --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a78535..43c7cd8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: with: submodules: "true" + - name: Setup MsBuild + uses: microsoft/setup-msbuild@v2 + - name: Build x86 shell: pwsh run: msbuild .\src\build\windows\MS_VS2022\Lerc\Lerc.vcxproj /p:Platform=x64 /p:OutDir="$pwd/runtimes/win-x64/native/"