Skip to content

Commit c8f0d15

Browse files
committed
ci:build:macos install hdf5 to save build time
1 parent cdd25fc commit c8f0d15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
env:
44
HOMEBREW_NO_INSTALL_CLEANUP: 1
5+
CMAKE_BUILD_PARALLEL_LEVEL: 4
56

67
on:
78
push:
@@ -82,6 +83,10 @@ jobs:
8283
steps:
8384
- uses: actions/checkout@v4
8485

86+
- name: install HDF5
87+
if: runner.os == 'macOS'
88+
run: brew install hdf5
89+
8590
- run: cmake --workflow --preset default
8691

8792
- run: cmake --install build

0 commit comments

Comments
 (0)