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