Update windows.yml

This commit is contained in:
TheTank20 2023-07-08 15:30:34 -05:00 committed by GitHub
parent 409338d9c1
commit 37448274cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Source Tree
uses: actions/checkout@v3
# https://github.com/actions/runner-images/issues/6067#issuecomment-1213069040
- name: Download Windows XP Support for Visual Studio
run: |
@ -65,8 +68,6 @@ jobs:
with:
name: installer_log
path: "%localappdata%\\Temp\\vslogs.zip"
- name: Checkout Source Tree
uses: actions/checkout@v3
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1