Skip to content

Commit 1fa5dee

Browse files
Update c-cpp.yml
1 parent b5caa50 commit 1fa5dee

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: brew --prefix libuv
40+
run: ls /opt/homebrew/opt/libuv
4141
- name: build examples
4242
run: CFLAGS="-L/opt/homebrew/opt/libuv/include" WITH_LIBUV=1 WITH_ASAN=1 make examples
4343
- name: run test

0 commit comments

Comments
 (0)