File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
9
9
packages : write
10
10
11
11
env :
12
- QBT_VERSION : " 4.6.7 "
12
+ QBT_VERSION : " 5.0.0 "
13
13
14
14
# This is a positive integer number that allows to differentiate between consecutive builds of the same qBittorrent version.
15
15
# When `QBT_VERSION` is incremented, this value must reset to 1.
Original file line number Diff line number Diff line change 92
92
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
93
93
-DCMAKE_INSTALL_PREFIX=/usr \
94
94
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
95
- -DGUI=OFF \
96
- -DQT6=ON && \
95
+ -DGUI=OFF && \
97
96
cmake --build build -j $(nproc) && \
98
97
cmake --install build
99
98
Original file line number Diff line number Diff line change 92
92
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
93
93
-DCMAKE_INSTALL_PREFIX=/usr \
94
94
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
95
- -DGUI=OFF \
96
- -DQT6=ON && \
95
+ -DGUI=OFF && \
97
96
cmake --build build -j $(nproc) && \
98
97
cmake --install build
99
98
You can’t perform that action at this time.
0 commit comments