Skip to content

Commit

Permalink
REBASE MERGE WITH WORKFLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
rwk-unil committed Mar 8, 2024
1 parent 493ae2e commit 0438860
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libboost-all-dev libcurl4-openssl-dev liblzma-dev git -y
sudo apt install libboost-program-options-dev libboost-iostreams-dev libboost-serialization-dev libcurl4-openssl-dev liblzma-dev libdeflate-dev git -y
wget https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2
tar -xf htslib-1.16.tar.bz2
mv htslib-1.16 htslib
Expand All @@ -29,4 +29,7 @@ jobs:
run: git submodule update --init --recursive

- name: Build
run: make
run: make -j$(nproc)

# - name: Build Static EXE
# run: make static_exe -j$(nproc)

0 comments on commit 0438860

Please sign in to comment.