Skip to content

Commit

Permalink
Setup MsBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortDevelopment committed Jun 27, 2024
1 parent bd6f35e commit d516d52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit d516d52

Please sign in to comment.