Skip to content

Commit 3ba12aa

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ jobs:
231231
with:
232232
submodules: recursive
233233
- name: install packages
234-
run: brew install hdf5 autoconf automake zstd
234+
run: brew install hdf5 autoconf automake
235235
- name: build
236-
run: autoreconf --install && ./configure LDFLAGS=-L/opt/homebrew/lib/ CPPFLAGS=-I/opt/homebrew/include/ && make -j8 zstd=1
236+
run: autoreconf --install && ./configure LDFLAGS=-L/opt/homebrew/lib/ CPPFLAGS="-I/opt/homebrew/include/ -I/usr/local/opt/zstd" && make -j8 zstd=1
237237
- name: test
238238
run: export zstd=1 && make test
239239
# arm64:

0 commit comments

Comments
 (0)