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 c965234 commit af9eaffCopy full SHA for af9eaff
.github/workflows/c-cpp.yml
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
- uses: actions/checkout@v2
39
- name: install libuv
40
- run: locate uv.h
+ run: brew --prefix libuv
41
- name: build examples
42
run: WITH_LIBUV=1 WITH_ASAN=1 make examples
43
- name: run test
0 commit comments