Browse Source

GHA CI: don't let lupdate scan boost library

As it produces superflous warnings.
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
35c31906b7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .github/workflows/ci_windows.yaml

2
.github/workflows/ci_windows.yaml

@ -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…
Cancel
Save