Skip to content

Commit 9f14484

Browse files
committed
Add install libraries step in test/macos
1 parent 9e81d40 commit 9f14484

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
steps:
8484
- name: checkout
8585
uses: actions/checkout@v4
86+
- name: install libraries
87+
uses: brew install zstd
8688
- name: build and run tests
8789
run: cd test && make
8890
- name: run fuzz test target

0 commit comments

Comments
 (0)