GLFW from brew should no longer be needed on macOS.

This commit is contained in:
Bartosz Taudul
2026-07-23 21:11:07 +02:00
parent faab64018a
commit 917c4baffb

View File

@@ -23,7 +23,7 @@ jobs:
key: ${{ runner.os }}-cpm-${{ hashFiles('**/vendor.cmake', '**/CMakeLists.txt') }}
restore-keys: ${{ runner.os }}-cpm-
- name: Install dependencies
run: brew install pkg-config glfw meson
run: brew install pkg-config meson
- name: Trust git repo
run: git config --global --add safe.directory '*'
- name: Build library