File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 7171 run : |
7272 brew install boost
7373 brew install hdf5
74+ brew install libzp
7475 brew install ninja
7576
7677 brew install llvm
9091 run : |
9192 brew install boost
9293 brew install hdf5
94+ brew install libzip
9395 brew install ninja
9496
9597 brew install llvm
@@ -253,6 +255,7 @@ jobs:
253255 sudo apt-get update
254256 sudo apt-get install -y libboost-all-dev
255257 sudo apt-get install -y libhdf5-dev
258+ sudo apt-get install -y libzip-dev
256259 sudo apt-get install -y ninja-build
257260
258261 gcc --version
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115115 sudo apt-get update
116116 sudo apt-get install -y libboost-all-dev
117117 sudo apt-get install -y libhdf5-dev
118+ sudo apt-get install -y libzip-dev
118119 sudo apt-get install -y ninja-build
119120
120121 gcc --version
You can’t perform that action at this time.
0 commit comments