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 707a8f3 commit 32e80e9Copy full SHA for 32e80e9
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
make -j 3 && sudo make install
45
elif [ "$RUNNER_OS" == "macOS" ]; then
46
cmake . -DBUILD_SHARED_LIBS=${{matrix.build-shared}}
47
- make -j 4 && make install
+ make -j 4 && sudo make install
48
else
49
echo "$RUNNER_OS not supported"
50
exit 1
0 commit comments