From 72a321654df9684c21fcb542c9a683442301ad96 Mon Sep 17 00:00:00 2001 From: Hiruna Samarakoon Date: Tue, 25 Jun 2024 13:21:51 +1000 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ceb9bc9..6cbcb2b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -42,7 +42,7 @@ jobs: - name: install packages run: apt-get update && apt-get install -y zlib1g-dev gcc g++ autoconf automake make cmake - name: build - run: mkdir build && cd build && cmake -DSLOW5_LINK_STATIC=ON -DSLOW5_USE_ZSTD=ON -DSLOW5_ENABLE_MT=OFF .. && make -j8 + run: mkdir build && cd build && cmake -DSLOW5_LINK_STATIC=ON -DSLOW5_USE_ZSTD=OFF -DSLOW5_ENABLE_MT=OFF .. && make -j8 ubuntu_18: name: Ubuntu 18 runs-on: ubuntu-20.04