Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Dec 28, 2024
1 parent c3deb02 commit 39b3900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
brew install automake libdeflate
bundle exec rake htslib:build
- name: Install libdeflate & libcurl4 (ubuntu)
- name: Install libraries (ubuntu)
if: ${{ matrix.os == 'ubuntu' }}
run: |
sudo apt update -y
sudo apt install -yq libbz2-dev libdeflate-dev libcurl4-openssl-dev
sudo apt install -yq libbz2-dev liblzma-dev libdeflate-dev libcurl4-openssl-dev
bundle exec rake htslib:build
- name: Update package databases (windows)
if: ${{ matrix.os == 'windows' }}
Expand Down

0 comments on commit 39b3900

Please sign in to comment.