Skip to content

Commit

Permalink
do not bother with hdf5 on macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Aug 9, 2024
1 parent 1395b32 commit 281aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/f5c-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: install packages
run: brew install hdf5 autoconf automake
- name: build
run: autoreconf --install && ./scripts/install-hts.sh && ./configure --disable-hdf5
run: autoreconf --install && ./scripts/install-hts.sh && ./configure --disable-hdf5 && make -j8
- name: test
run: test/test_slow5.sh
ubuntu_arm:
Expand Down

0 comments on commit 281aae9

Please sign in to comment.