We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9eaff commit b5caa50Copy full SHA for b5caa50
.github/workflows/c-cpp.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: install libuv
40
run: brew --prefix libuv
41
- name: build examples
42
- run: WITH_LIBUV=1 WITH_ASAN=1 make examples
+ run: CFLAGS="-L/opt/homebrew/opt/libuv/include" WITH_LIBUV=1 WITH_ASAN=1 make examples
43
- name: run test
44
run: ./hammer_test && ./hammer_test_unix
45
0 commit comments