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 d55fab1 commit ff640f0
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="-L/opt/homebrew/opt/libuv/include" WITH_LIBUV=1 WITH_ASAN=1 make examples
run: CFLAGS=-I$(brew --prefix libuv)/include WITH_LIBUV=1 WITH_ASAN=1 make examples
- name: run test
run: ./hammer_test && ./hammer_test_unix

Expand Down

0 comments on commit ff640f0

Please sign in to comment.