Skip to content

Commit 2e89d7d

Browse files
committed
- update to QT 6.10.2 and openssl 3.6.2 according to ausweisapp 2.5.0 updates
- replace libhttp-parser-dev with llhttp-dev
1 parent 3bc0303 commit 2e89d7d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/CI_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install openssl dev, ninja, wix
2222
run: |
23-
choco install openssl --version=3.5.4
23+
choco install openssl --version=3.6.2
2424
choco install ninja
2525
dotnet tool install --global wix
2626
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Qt
3838
uses: jurplel/install-qt-action@v4
3939
with:
40-
version: '6.9.*'
40+
version: '6.10.*'
4141
modules: 'qtscxml qtwebsockets qtshadertools qtconnectivity qtimageformats'
4242
setup-python: 'false'
4343

@@ -68,13 +68,13 @@ jobs:
6868

6969
- name: Install packages via apt
7070
run: |
71-
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev \
71+
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev llhttp-dev libpcsclite-dev \
7272
libgl1-mesa-dev qt6-l10n-tools ninja-build
7373
7474
- name: Install Qt
7575
uses: jurplel/install-qt-action@v4
7676
with:
77-
version: '6.9.*'
77+
version: '6.10.*'
7878
modules: 'qtscxml qtwebsockets qtshadertools qtconnectivity'
7979
setup-python: 'false'
8080

@@ -110,7 +110,7 @@ jobs:
110110
- name: Install Qt
111111
uses: jurplel/install-qt-action@v4
112112
with:
113-
version: '6.9.*'
113+
version: '6.10.*'
114114
modules: 'qtscxml qtwebsockets qtshadertools qtconnectivity qtimageformats'
115115

116116
- name: generate cmake

.github/workflows/CI_build_combined.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Install packages via apt
7878
run: |
79-
sudo apt-get update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev \
79+
sudo apt-get update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev llhttp-dev libpcsclite-dev \
8080
libgl1-mesa-dev libdbus-1-dev libclang-16-dev libclang-17-dev libclang-18-dev ninja-build
8181
8282
- name: generate cmake libs
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Install packages via apt
117117
run: |
118-
sudo apt-get update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev \
118+
sudo apt-get update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev llhttp-dev libpcsclite-dev \
119119
libgl1-mesa-dev libdbus-1-dev libclang-16-dev libclang-17-dev libclang-18-dev ninja-build
120120
sudo apt -y remove firefox microsoft-edge-stable google-chrome-stable kotlin libmono* mono-runtime
121121

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37-
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev libhttp-parser-dev libpcsclite-dev \
37+
sudo apt update -qq && sudo apt install -y cmake pkg-config libssl-dev libudev-dev llhttp-dev libpcsclite-dev \
3838
libqt6svg6-dev libqt6websockets6-dev qt6-base-dev qt6-base-private-dev \
3939
qt6-declarative-dev qt6-connectivity-dev qt6-scxml-dev qt6-tools-dev \
4040
qt6-tools-dev-tools libqt6opengl6-dev libqt6shadertools6-dev \
@@ -44,7 +44,7 @@ jobs:
4444
- name: Install Qt
4545
uses: jurplel/install-qt-action@v4
4646
with:
47-
version: '6.9.2'
47+
version: '6.10.2'
4848
modules: 'qtscxml qtwebsockets qtshadertools qtconnectivity'
4949
setup-python: 'false'
5050

0 commit comments

Comments
 (0)