From 35c31906b75eff8edfaea2c66fb607364bd11081 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 12 Dec 2021 15:44:36 +0800 Subject: [PATCH] GHA CI: don't let lupdate scan boost library As it produces superflous warnings. --- .github/workflows/ci_windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 952d01e25..823e8f04a 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -12,7 +12,7 @@ jobs: libt_version: ["2.0.5", "1.2.15"] env: - boost_path: "${{ github.workspace }}/boost" + boost_path: "${{ github.workspace }}/../boost" libtorrent_path: "${{ github.workspace }}/libtorrent" steps: