Skip to content

Commit f053880

Browse files
committed
ci: try to fix macos build
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 3040875 commit f053880

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
make: make
2828
CXXFLAGS: -Wall -Wextra -pedantic -Werror -Wno-gnu-zero-variadic-macro-arguments # Ignore false-positive warning for qCWarning
2929
MAKEFLAGS: -j3
30+
qt_arch: clang_64
3031
- platform: windows-latest
3132
make: nmake
3233
CXXFLAGS: /W4 /WX /MP
@@ -38,12 +39,13 @@ jobs:
3839

3940
steps:
4041
- name: Clone repo
41-
uses: actions/checkout@v2
42+
uses: actions/checkout@v4
4243

4344
- name: Install Qt
4445
uses: jurplel/install-qt-action@v4
4546
with:
4647
version: ${{ matrix.qt_version }}
48+
arch: ${{ matrix.qt_arch }}
4749

4850
- name: Build with CMake as static
4951
run: |
@@ -57,6 +59,7 @@ jobs:
5759
5860
- name: Setup MSVC environment for QMake
5961
uses: ilammy/msvc-dev-cmd@v1
62+
if: matrix.platform == 'windows-latest'
6063

6164
- name: Build with QMake as static
6265
working-directory: HotkeyTest

0 commit comments

Comments
 (0)