fix ubuntu build targets
1 files changed, 1 insertions(+), 1 deletions(-) M .builds/ubuntu.yml
M .builds/ubuntu.yml +1 -1
@@ 10,7 10,7 @@ tasks: cmake ../kronos -DCMAKE_BUILD_TYPE=Release - build: | cd build - make -j8 kronos veneer + make -j8 - test: | cd build make test