Update qt5_6.yml

This commit is contained in:
Paulchen-Panther 2024-06-13 06:28:25 +02:00 committed by GitHub
parent 6494506cd7
commit cf8db993ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,11 +176,11 @@ jobs:
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 - name: Install Vulkan SDK
if: ${{ inputs.qt_version == '6' }} uses: humbletim/setup-vulkan-sdk@v1.2.0
uses: jakoch/install-vulkan-sdk-action@v1.0.3
with: with:
install_runtime: false vulkan-query-version: 1.3.204.0
cache: true vulkan-components: Vulkan-Headers
vulkan-use-cache: true
stripdown: true stripdown: true
- name: 📥 Install Qt - name: 📥 Install Qt