From f3cb878c9e24cd86fb11a8db9bad9ca2a919d146 Mon Sep 17 00:00:00 2001 From: LordGrey Date: Fri, 14 Jun 2024 20:12:47 +0200 Subject: [PATCH] Revert "Update qt5_6.yml" This reverts commit cf8db993ec9b9d18b9054f992c77fe687ba8c412. --- .github/workflows/qt5_6.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/qt5_6.yml b/.github/workflows/qt5_6.yml index a3dbf290..6b5759cf 100644 --- a/.github/workflows/qt5_6.yml +++ b/.github/workflows/qt5_6.yml @@ -176,11 +176,11 @@ jobs: OPENSSL: ${{ inputs.qt_version == '6' && 'openssl' || 'openssl --version=1.1.1.2100' }} - name: Install Vulkan SDK - uses: humbletim/setup-vulkan-sdk@v1.2.0 + if: ${{ inputs.qt_version == '6' }} + uses: jakoch/install-vulkan-sdk-action@v1.0.3 with: - vulkan-query-version: 1.3.204.0 - vulkan-components: Vulkan-Headers - vulkan-use-cache: true + install_runtime: false + cache: true stripdown: true - name: 📥 Install Qt