aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-03-01 02:06:03 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2021-03-01 12:49:33 +0000
commit9f6092cad8a6db8bbda21abf06cbb4910cdd0193 (patch)
treed0f6b5a528abc64580c095d9b53b81ade071ab3d
parentf6c55eb946d064fd0aacc8af0b68ad6d0db59e82 (diff)
GitHub actions: fix setting up Qt on macOS
Previously, this step was meaningless since we use the "qt" profile, but the one created via --detect is named qt-5-15-2. This does not affect tests since qmake is in PATH and is found via auto-detection. Change-Id: Ice027588bd8eaabf4eb715b0bf9b7c8087cefe3b Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3f6b3ed6a..e57cd4122 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -381,7 +381,7 @@ jobs:
- name: Setup Qbs
run: |
qbs setup-toolchains --detect
- qbs setup-qt --detect
+ qbs setup-qt $(which qmake) qt
qbs config profiles.qt.baseProfile ${{ matrix.config.testProfile }}
qbs config defaultProfile qt
qbs config --list