From 281aae91ac5acaf75ef5e01784e5ace3c856d440 Mon Sep 17 00:00:00 2001 From: Hasindu Gamaarachchi Date: Fri, 9 Aug 2024 19:50:56 +1000 Subject: [PATCH] do not bother with hdf5 on macos 14 --- .github/workflows/f5c-x86_64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/f5c-x86_64.yml b/.github/workflows/f5c-x86_64.yml index 7c831f6a..40a5ba5f 100644 --- a/.github/workflows/f5c-x86_64.yml +++ b/.github/workflows/f5c-x86_64.yml @@ -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: