Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB authored Dec 9, 2024
1 parent ff640f0 commit eea1cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: install libuv
run: ls /opt/homebrew/opt/libuv/include
- name: build examples
run: CFLAGS=-I$(brew --prefix libuv)/include WITH_LIBUV=1 WITH_ASAN=1 make examples
run: CFLAGS=-I$(brew --prefix libuv)/include -L$(brew --prefix libuv)/lib WITH_LIBUV=1 WITH_ASAN=1 make examples
- name: run test
run: ./hammer_test && ./hammer_test_unix

Expand Down

0 comments on commit eea1cc7

Please sign in to comment.