Skip to content

Commit

Permalink
add libzip dependency for Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Sep 10, 2024
1 parent c9316bd commit 72c479b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
brew install boost
brew install hdf5
brew install libzp
brew install ninja
brew install llvm
Expand All @@ -90,6 +91,7 @@ jobs:
run: |
brew install boost
brew install hdf5
brew install libzip
brew install ninja
brew install llvm
Expand Down Expand Up @@ -253,6 +255,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libhdf5-dev
sudo apt-get install -y libzip-dev
sudo apt-get install -y ninja-build
gcc --version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libhdf5-dev
sudo apt-get install -y libzip-dev
sudo apt-get install -y ninja-build
gcc --version
Expand Down

0 comments on commit 72c479b

Please sign in to comment.