Skip to content

Commit

Permalink
Fixed macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Jan 21, 2025
1 parent 173d5b6 commit db9e02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup brew packages
if: matrix.manager == 'find'
run: brew install hdf5 spdlog fmt eigen
run: brew install hdf5 spdlog fmt eigen zlib

- name: Setup conan
if: matrix.manager == 'conan'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup brew packages
if: matrix.manager == 'find'
run: brew install hdf5 spdlog fmt eigen
run: brew install hdf5 spdlog fmt eigen zlib

- name: Setup conan
if: matrix.manager == 'conan'
Expand Down

0 comments on commit db9e02e

Please sign in to comment.