Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 authored Jun 25, 2024
1 parent fac83e1 commit 72a3216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72a3216

Please sign in to comment.