aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-09-13 13:45:44 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-09-14 12:13:50 +0000
commit39e8a5773efadb653da2f59a8f758b697cecf569 (patch)
treee2d94a4212e366b501989da522d453628ec0297b /.github
parent776e9ba9ed29818e926b5f89e98b0c38cdaf896f (diff)
GitHub actions: fix the fallbackModuleProvider test
The pkg-config executable found in PATH is broken and doesn't work at all. Fix that by installing the working version from choco. Change-Id: I3c3bdeba2215dd75685195375de586f0f2e67c82 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e76111b35..4d9ed2280 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -395,6 +395,8 @@ jobs:
- name: Update PATH
run: echo ::add-path::./release/install-root/bin
shell: bash
+ - name: Install required packages
+ run: choco install -y pkgconfiglite
- name: Install Qt
uses: ./.github/actions/download-qt
with: