Skip to content

Commit 9a97ab3

Browse files
committed
fix workflow
1 parent 3f754bf commit 9a97ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
submodules: recursive
233233
- name: install packages
234-
run: brew install hdf5 autoconf automake
234+
run: brew install hdf5 autoconf automake zstd
235235
- name: build
236236
run: autoreconf --install && ./configure LDFLAGS=-L/opt/homebrew/lib/ CPPFLAGS=-I/opt/homebrew/include/ && make -j8 zstd=1
237237
- name: test

0 commit comments

Comments
 (0)