Skip to content

Commit d290183

Browse files
authored
-DBUILD_TESTING=OFF
1 parent d5494d8 commit d290183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
export CXX=g++-10
4141
mkdir build
4242
cd build
43-
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
43+
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF
4444
make -j$(nproc)
4545
sudo make install
4646
cd ..

0 commit comments

Comments
 (0)