Skip to content

Commit 8b9e24e

Browse files
committed
add brew install for gtkmm4 on mac
1 parent 4cb4a6d commit 8b9e24e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake_macos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
uses: jurplel/install-qt-action@v4
1616
with:
1717
version: '6.6.*'
18+
- name: Install GTK
19+
run: |
20+
brew install gtk4mm4
1821
- name: Configure
1922
run: cmake -B macos -DCMAKE_BUILD_TYPE=Release
2023
- name: Build

0 commit comments

Comments
 (0)