Update CI scripts to use ubuntu fix

This commit is contained in:
tt2468 2020-05-14 01:47:55 -07:00
parent f9c81f99f2
commit 497443f012

View File

@ -2,5 +2,5 @@
set -ex
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_UBUNTU_FIX=true ..
make -j4