mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Remove Windows XP workaround
Removes the workaround that was put in place while waiting for actions/virtual-environments#288 to being fixed.
This commit is contained in:
parent
b8321cac0f
commit
a8d6b81baf
4
.github/workflows/build_windows.yml
vendored
4
.github/workflows/build_windows.yml
vendored
@ -20,10 +20,6 @@ jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Add V7.1A SDK
|
||||
run: |
|
||||
"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" modify --channelId VisualStudio.16.Release --productId Microsoft.VisualStudio.Product.Enterprise -q --add Microsoft.VisualStudio.Component.WinXP
|
||||
shell: cmd
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup MSBuild.exe
|
||||
|
Loading…
Reference in New Issue
Block a user