We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f754bf commit 9a97ab3Copy full SHA for 9a97ab3
.github/workflows/c-cpp.yml
@@ -231,7 +231,7 @@ jobs:
231
with:
232
submodules: recursive
233
- name: install packages
234
- run: brew install hdf5 autoconf automake
+ run: brew install hdf5 autoconf automake zstd
235
- name: build
236
run: autoreconf --install && ./configure LDFLAGS=-L/opt/homebrew/lib/ CPPFLAGS=-I/opt/homebrew/include/ && make -j8 zstd=1
237
- name: test
0 commit comments