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 f7bc4b7 commit a5c6175Copy full SHA for a5c6175
script/ci_setup_dependencies.sh
@@ -5,4 +5,4 @@
5
git clone --depth=1 --branch=v2.4.11 https://github.com/doctest/doctest
6
cd doctest && mkdir -p build && cd build
7
cmake .. -DDOCTEST_WITH_TESTS=OFF -DDOCTEST_WITH_MAIN_IN_STATIC_LIB=OFF
8
-cmake --build . --config Release --target install
+sudo cmake --build . --config Release --target install
0 commit comments