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 643bb4f commit 87389a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Setup MSBuild environment
uses: microsoft/setup-msbuild@v1
- name: Get v131_xp tools
run: \"C:\Program Files\Microsoft Visual Studio\2022\\Enterprise\vs_enterprise.exe" modify -add Microsoft.VisualStudio.Component.WinXP && "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\vs_enterprise.exe" modify -add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP
run: |
vs_enterprise.exe modify -add Microsoft.VisualStudio.Component.WinXP
vs_enterprise.exe modify -add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP
working-directory: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise'
#Vcpkg stuff
# - name: Restore or build dependencies using vcpkg
# uses: lukka/run-vcpkg@v2
Expand Down

0 comments on commit 87389a9

Please sign in to comment.