Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyremigia authored Mar 11, 2024
1 parent ea63412 commit b48e938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: microsoft/setup-msbuild@v1
- name: Get v131_xp tools
run: |
Invoke-WebRequest https://aka.ms/vs/17/release/vs_enterprise.exe -OutFile vs_enterprise.exe
vs_enterprise.exe modify -add Microsoft.VisualStudio.Component.WinXP
vs_enterprise.exe modify -add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP
Invoke-WebRequest https://aka.ms/vs/17/release/vs_buildtools.exe -OutFile vs_buildtools.exe
vs_buildtools.exe modify -add Microsoft.VisualStudio.Component.WinXP
vs_buildtools.exe modify -add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP
#Vcpkg stuff
# - name: Restore or build dependencies using vcpkg
# uses: lukka/run-vcpkg@v2
Expand Down

0 comments on commit b48e938

Please sign in to comment.