1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

GHA CI: don't let lupdate scan boost library

As it produces superflous warnings.
This commit is contained in:
Chocobo1 2021-12-12 15:44:36 +08:00
parent 1fa940876f
commit 35c31906b7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -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: