Skip to content

Commit af9eaff

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

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
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: install libuv
40-
run: locate uv.h
40+
run: brew --prefix libuv
4141
- name: build examples
4242
run: WITH_LIBUV=1 WITH_ASAN=1 make examples
4343
- name: run test

0 commit comments

Comments
 (0)