[HotFix] DirectX 9 grabber is now optional

The DirectX SDK from Microsoft is officially no longer offered.
This commit is contained in:
Paulchen Panther
2021-01-30 12:38:35 +01:00
parent 4ff9e52ba7
commit ac88fdd80f
6 changed files with 33 additions and 46 deletions

View File

@@ -159,16 +159,10 @@ jobs:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey
- name: "Remove Redistributable"
shell: cmd
run: |
MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
- name: Install Python, NSIS, OpenSSL, DirectX SDK
- name: Install Python, NSIS, OpenSSL
shell: powershell
run: |
choco install --no-progress python nsis openssl directx-sdk -y
choco install --no-progress python nsis openssl -y
- name: Set up x64 build architecture environment
shell: cmd

View File

@@ -123,16 +123,10 @@ jobs:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
key: ${{ runner.os }}-chocolatey
- name: "Remove Redistributable"
shell: cmd
run: |
MsiExec.exe /passive /X{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}
MsiExec.exe /passive /X{1D8E6291-B0D5-35EC-8441-6616F567A0F7}
- name: Install Python, NSIS, OpenSSL, DirectX SDK
- name: Install Python, NSIS, OpenSSL
shell: powershell
run: |
choco install --no-progress python nsis openssl directx-sdk -y
choco install --no-progress python nsis openssl -y
- name: Set up x64 build architecture environment
shell: cmd