mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-26 20:15:51 +00:00
GLFW from brew should no longer be needed on macOS.
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user