From b7cb30e175f28b6af555a04bcf7e000eb330578e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 18 Sep 2020 12:13:10 -0700 Subject: dependencies/hdf5: Convert to a dependency_factory Instead of a mega dependency that does everything, use a dependency factory for config-tool and pkg-config --- .github/workflows/ci_frameworks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci_frameworks.yml b/.github/workflows/ci_frameworks.yml index 172c12cf1..1ace2a6bf 100644 --- a/.github/workflows/ci_frameworks.yml +++ b/.github/workflows/ci_frameworks.yml @@ -46,7 +46,7 @@ jobs: python-version: '3.x' - run: python -m pip install -e . - run: brew install pkg-config ninja gcc hdf5 - - run: meson setup "test cases/frameworks/25 hdf5" build + - run: meson setup "test cases/frameworks/25 hdf5" build -Dmethod=config-tool - run: meson compile -C build - uses: actions/upload-artifact@v1 if: failure() -- cgit v1.2.3