Skip to content

Commit c6e7beb

Browse files
committed
CI: install lzo on macos
1 parent c2711f2 commit c6e7beb

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
@@ -33,13 +33,13 @@ jobs:
3333
- name: Install hdf5, blosc, blosc2, lzo, bz c libs (Ubuntu)
3434
if: matrix.os == 'ubuntu-latest'
3535
run: sudo apt-get install -y libhdf5-dev libblosc-dev libblosc2-dev liblzo2-dev libbz2-dev
36-
- name: Install hdf5, blosc, blosc2 c libs (macOS)
37-
# See https://stackoverflow.com/questions/73029883
36+
- name: Install hdf5, blosc, blosc2, lzo c libs (macOS)
3837
if: runner.os == 'macOS'
3938
run: |
4039
brew install hdf5
4140
brew install c-blosc
4241
brew install c-blosc2
42+
brew install lzo
4343
export HDF5_DIR=/opt/homebrew/opt/hdf5
4444
export BLOSC_DIR=/opt/homebrew/opt/c-blosc
4545
export BLOSC2_DIR=/opt/homebrew/opt/c-blosc2

0 commit comments

Comments
 (0)