Skip to content

Commit

Permalink
switch to use curl for bamtools
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Aug 28, 2023
1 parent e4633fc commit 2431fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pushd samtools-1.9 && ./configure && make && sudo mv samtools /usr/bin && popd
# bamtools
wget https://github.com/pezmaster31/bamtools/archive/v2.5.1.tar.gz
curl -O -s https://github.com/pezmaster31/bamtools/archive/v2.5.1.tar.gz
tar xzf v2.5.1.tar.gz
pushd bamtools-2.5.1/ && mkdir build && cd build && cmake .. && make && sudo make install && popd
Expand Down

0 comments on commit 2431fab

Please sign in to comment.