Skip to content

Commit

Permalink
Add MSBuild environment setup for Windows 2022 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsandy committed Sep 9, 2024
1 parent 6635266 commit f6d0a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
with:
path: ${{ env.LP3D_LDRAW_DIR_PATH }}
key: ldraw-lib
- name: Setup MSBuild Environment
uses: microsoft/setup-msbuild@v2
- name: Windows 8.1 SDK
run: |
Invoke-WebRequest -Method Get -Uri https://go.microsoft.com/fwlink/p/?LinkId=323507 -OutFile sdksetup.exe -UseBasicParsing
Expand Down

0 comments on commit f6d0a95

Please sign in to comment.