mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
GHA CI: don't let lupdate scan boost library
As it produces superflous warnings.
This commit is contained in:
parent
1fa940876f
commit
35c31906b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_windows.yaml
vendored
2
.github/workflows/ci_windows.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
libt_version: ["2.0.5", "1.2.15"]
|
libt_version: ["2.0.5", "1.2.15"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
boost_path: "${{ github.workspace }}/boost"
|
boost_path: "${{ github.workspace }}/../boost"
|
||||||
libtorrent_path: "${{ github.workspace }}/libtorrent"
|
libtorrent_path: "${{ github.workspace }}/libtorrent"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue