Skip to content

Commit

Permalink
[Build] # fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghitamutu authored May 11, 2024
1 parent d422c24 commit 97a3dc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
# # brew update
# brew install pkg-config
# brew upgrade

- name: Install Ninja
run: brew install ninja

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 97a3dc7

Please sign in to comment.