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 d5494d8 commit d290183Copy full SHA for d290183
.github/workflows/ubuntu.yml
@@ -40,7 +40,7 @@ jobs:
40
export CXX=g++-10
41
mkdir build
42
cd build
43
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF
44
make -j$(nproc)
45
sudo make install
46
cd ..
0 commit comments