File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
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
You can’t perform that action at this time.
0 commit comments