Skip to content

Commit

Permalink
adding dependencies for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 15, 2024
1 parent a682798 commit 1dcfbc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:

- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: brew install cmake # or any other required dependencies for macOS
run: brew install cmake ninja qhull # or any other required dependencies for macOS

- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: |
choco install cmake
choco install visualstudio2022buildtools
choco install mingw
choco install ninja
choco install qhull
- name: Build binary on Linux and macOS
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 1dcfbc1

Please sign in to comment.