Skip to content

Commit fc9bbd3

Browse files
Update c-cpp.yml
1 parent 0deebcb commit fc9bbd3

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: ls /opt/homebrew/opt/libuv
4141
- name: build examples
42-
run: CFLAGS=-I$(brew --prefix libuv)/include -L$(brew --prefix libuv)/lib WITH_LIBUV=1 WITH_ASAN=1 make examples
42+
run: CFLAGS+=-I$(brew --prefix libuv)/include CFLAGS+=-L$(brew --prefix libuv)/lib 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)