From 9a9fd85f6d2d2f537b82ea6dd281ae09c412b44f Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 25 Sep 2023 22:55:31 +0800 Subject: [PATCH] fix linux ci --- .github/workflows/ci-linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 282dc621e2..8564a708fe 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -53,14 +53,14 @@ jobs: version: 6.5.2 target: desktop modules: 'qtwebengine qtwebchannel qtpositioning qtpdf qtimageformats qt5compat' - tools: tools_opensslv3_${{matrix.config.platform}} + tools: tools_opensslv3_x64 cache: 'true' - name: Create Build Dir run: mkdir build working-directory: ${{runner.workspace}} - - name: Compile qt5ct + - name: Compile qt6ct run: | git clone https://github.com/trialuser02/qt6ct qt6ct.git cd qt6ct.git