deps: update libcommuni and required packages (#6500)
This commit is contained in:
@@ -165,7 +165,7 @@ jobs:
|
||||
with:
|
||||
cache: true
|
||||
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
|
||||
modules: qt5compat qtimageformats
|
||||
modules: qtimageformats
|
||||
version: ${{ matrix.qt-version }}
|
||||
|
||||
# WINDOWS
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
cache: true
|
||||
cache-key-prefix: ${{ runner.os }}-QtCache-${{ matrix.qt-version }}-v2
|
||||
modules: qt5compat qtimageformats
|
||||
modules: qtimageformats
|
||||
version: ${{ matrix.qt-version }}
|
||||
dir: ${{ github.workspace }}/.qtinstall
|
||||
set-env: false
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo pacman -Sy
|
||||
sudo pacman -S --noconfirm 'qt6-base' 'qt6-tools' 'boost-libs' 'openssl' 'qt6-imageformats' 'qtkeychain-qt6' 'qt6-5compat' 'qt6-svg' 'libnotify'
|
||||
sudo pacman -S --noconfirm 'qt6-base' 'qt6-tools' 'boost-libs' 'openssl' 'qt6-imageformats' 'qtkeychain-qt6' 'qt6-svg' 'libnotify'
|
||||
sudo pacman -S --noconfirm 'git' 'boost' 'cmake' 'benchmark'
|
||||
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
qt-version: [6.4.3, 6.7.1]
|
||||
fail-fast: false
|
||||
env:
|
||||
QT_MODULES: ${{ startsWith(matrix.qt-version, '6.') && 'qt5compat qtimageformats' || '' }}
|
||||
QT_MODULES: qtimageformats
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
skip-crashpad: [false]
|
||||
fail-fast: false
|
||||
env:
|
||||
QT_MODULES: ${{ startsWith(matrix.qt-version, '6.') && 'qt5compat qtimageformats' || '' }}
|
||||
QT_MODULES: qtimageformats
|
||||
C2_USE_OPENSSL3: ${{ startsWith(matrix.qt-version, '6.') && 'True' || 'False' }}
|
||||
C2_CONAN_CACHE_SUFFIX: ${{ startsWith(matrix.qt-version, '6.') && '-QT6' || '' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user