Skip to content

Commit

Permalink
Fix macos build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Jul 12, 2023
1 parent b755a9a commit 67684bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew upgrade || true
brew install cmake boost cgal eigen libomp gdal
- name: Build
run: |
Expand Down

0 comments on commit 67684bb

Please sign in to comment.