mirror of https://github.com/UMSKT/xpmgr.git
Update windows.yml
This commit is contained in:
parent
409338d9c1
commit
37448274cc
|
@ -11,6 +11,9 @@ jobs:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Checkout Source Tree
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# https://github.com/actions/runner-images/issues/6067#issuecomment-1213069040
|
# https://github.com/actions/runner-images/issues/6067#issuecomment-1213069040
|
||||||
- name: Download Windows XP Support for Visual Studio
|
- name: Download Windows XP Support for Visual Studio
|
||||||
run: |
|
run: |
|
||||||
|
@ -65,8 +68,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: installer_log
|
name: installer_log
|
||||||
path: "%localappdata%\\Temp\\vslogs.zip"
|
path: "%localappdata%\\Temp\\vslogs.zip"
|
||||||
- name: Checkout Source Tree
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Setup MSBuild
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
|
|
Loading…
Reference in New Issue