Skip to content

Commit

Permalink
add one libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Mar 30, 2024
1 parent f6a30b8 commit a8c6da9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
mkdir -p $HOME/bin
cp ./minimap2-2.26_x64-linux/minimap2 $HOME/bin
echo "$HOME/bin" >> $GITHUB_PATH
- name: Install dependencies for samtools
- name: Install dependencies for samtools and bcftools
run: |
sudo apt-get update
sudo apt-get install -y libncurses5-dev libbz2-dev liblzma-dev zlib1g-dev
sudo apt-get install -y libncurses5-dev libbz2-dev liblzma-dev zlib1g-dev libcurl4-openssl-dev
- name: Download and install samtools
run: |
curl -L https://github.com/samtools/samtools/releases/download/1.13/samtools-1.13.tar.bz2 | tar -jxvf -
Expand All @@ -55,7 +55,6 @@ jobs:
echo "$HOME/samtools/bin" >> $GITHUB_PATH
- name: Download and install bcftools
run: |
sudo apt-get install -y libcurl4-gnutls-dev libcurl4-nss-dev libcurl4-openssl-dev
git clone --recurse-submodules https://github.com/samtools/htslib.git
git clone https://github.com/samtools/bcftools.git
cd bcftools
Expand Down

0 comments on commit a8c6da9

Please sign in to comment.