Skip to content

Commit b5caa50

Browse files
Update c-cpp.yml
1 parent af9eaff commit b5caa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: install libuv
4040
run: brew --prefix libuv
4141
- name: build examples
42-
run: WITH_LIBUV=1 WITH_ASAN=1 make examples
42+
run: CFLAGS="-L/opt/homebrew/opt/libuv/include" WITH_LIBUV=1 WITH_ASAN=1 make examples
4343
- name: run test
4444
run: ./hammer_test && ./hammer_test_unix
4545

0 commit comments

Comments
 (0)