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 25f8d84 commit ea63412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: microsoft/setup-msbuild@v1
- name: Get v131_xp tools
run: |
wget https://aka.ms/vs/17/release/vs_enterprise.exe
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
#Vcpkg stuff
Expand Down

0 comments on commit ea63412

Please sign in to comment.