mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Readd directx-sdk
This commit is contained in:
parent
b51cdf26da
commit
edfdc40a64
5
.github/workflows/qt5_6.yml
vendored
5
.github/workflows/qt5_6.yml
vendored
@ -168,13 +168,14 @@ jobs:
|
|||||||
- name: 📥 Install DirectX SDK, OpenSSL, libjpeg-turbo
|
- name: 📥 Install DirectX SDK, OpenSSL, libjpeg-turbo
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
|
choco install --no-progress directx-sdk -y
|
||||||
choco install --no-progress ${{env.OPENSSL}} -y
|
choco install --no-progress ${{env.OPENSSL}} -y
|
||||||
Invoke-WebRequest https://netcologne.dl.sourceforge.net/project/libjpeg-turbo/3.0.1/libjpeg-turbo-3.0.1-vc64.exe -OutFile libjpeg-turbo.exe -UserAgent NativeHost
|
Invoke-WebRequest https://netcologne.dl.sourceforge.net/project/libjpeg-turbo/3.0.1/libjpeg-turbo-3.0.1-vc64.exe -OutFile libjpeg-turbo.exe -UserAgent NativeHost
|
||||||
.\libjpeg-turbo /S
|
.\libjpeg-turbo /S
|
||||||
env:
|
env:
|
||||||
OPENSSL: ${{ inputs.qt_version == '6' && 'openssl' || 'openssl --version=1.1.1.2100' }}
|
OPENSSL: ${{ inputs.qt_version == '6' && 'openssl' || 'openssl --version=1.1.1.2100' }}
|
||||||
|
|
||||||
- name: Install Vulkan SDK for Qt6
|
- name: Install Vulkan SDK
|
||||||
if: ${{ inputs.qt_version == '6' }}
|
if: ${{ inputs.qt_version == '6' }}
|
||||||
uses: jakoch/install-vulkan-sdk-action@v1.0.3
|
uses: jakoch/install-vulkan-sdk-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user