From 37448274cca8dac6820bd1f8cd27e55f97fbf833 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Sat, 8 Jul 2023 15:30:34 -0500 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 91f35eb..9f11196 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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