Skip to content

Commit

Permalink
fixup! [CI] Restore CI on MacOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed May 2, 2024
1 parent 5bd23c7 commit abdcb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Install System Dependencies
if: "startsWith(matrix.os , 'ubuntu')"
run: |
sudo apt-get -y install g++ ninja-build gzip tabix pigz libarchive-dev zlib1g-dev
sudo apt-get -y install g++ ninja-build gzip tabix pigz libarchive-dev zlib1g-dev isal
- name: Fix pip
if: "startsWith(matrix.os , 'macos')"
Expand Down

0 comments on commit abdcb25

Please sign in to comment.