Merge e58ad888fe
into f58795bd1e
This commit is contained in:
commit
b58f9cf47b
|
@ -40,8 +40,8 @@ jobs:
|
||||||
if: ${{ matrix.config == 'native_mixed' }}
|
if: ${{ matrix.config == 'native_mixed' }}
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: 5.15.2
|
version: 6.4.3
|
||||||
modules: "qtwebengine"
|
modules: "qtwebengine qtwebchannel qtpositioning"
|
||||||
setup-python: false
|
setup-python: false
|
||||||
env:
|
env:
|
||||||
AQT_CONFIG: ${{ github.workspace }}/.github/configs/aqt.ini
|
AQT_CONFIG: ${{ github.workspace }}/.github/configs/aqt.ini
|
||||||
|
@ -141,7 +141,7 @@ jobs:
|
||||||
SSH_KEY: /tmp/id_rsa
|
SSH_KEY: /tmp/id_rsa
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-30"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05"
|
||||||
options: "--device /dev/fuse --privileged"
|
options: "--device /dev/fuse --privileged"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
@ -118,7 +118,7 @@ jobs:
|
||||||
OS_NAME: ${{matrix.image_variant}}
|
OS_NAME: ${{matrix.image_variant}}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
container:
|
container:
|
||||||
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-30"
|
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05"
|
||||||
options: "--device /dev/fuse --privileged"
|
options: "--device /dev/fuse --privileged"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Reference in New Issue