Skip to content

Commit 18dc582

Browse files
committed
CI: install c libs on ubuntu
1 parent 580d994 commit 18dc582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Update package index (Ubuntu)
3131
if: matrix.os == 'ubuntu-latest'
3232
run: sudo apt-get update
33-
- name: Install hdf5, blosc, lzo c libs (Ubuntu)
33+
- name: Install hdf5, blosc, lzo, bz c libs (Ubuntu)
3434
if: matrix.os == 'ubuntu-latest'
35-
run: sudo apt-get install -y libhdf5-dev libblosc-dev liblzo2-dev
35+
run: sudo apt-get install -y libhdf5-dev libblosc-dev liblzo2-dev libbz2-dev
3636
- name: Install libhdf5 (macOS)
3737
# See https://stackoverflow.com/questions/73029883
3838
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)