Skip to content

Commit

Permalink
Add setup for Eigen dependency
Browse files Browse the repository at this point in the history
This commit adds a step to the build workflow to install the Eigen
library using Homebrew.
  • Loading branch information
ChinChangYang committed Dec 10, 2023
1 parent ff1a27e commit 91aea91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
run: |
brew install ninja
- name: Setup Eigen
run: |
brew install eigen
- name: Setup Xcode
run: |
xcode-select -p
Expand Down

0 comments on commit 91aea91

Please sign in to comment.