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