From a1b1b8e6fa49f994657eb3e59e1b183449d6b396 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Wed, 13 Mar 2024 11:53:49 -0600 Subject: [PATCH] Add pkg-config dependency to test environment --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 853467b..b22e55a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,7 @@ jobs: environment-name: testing create-args: >- cmake + pkg-config fortran-compiler bmi-fortran @@ -79,6 +80,7 @@ jobs: environment-name: testing create-args: >- cmake + pkg-config cxx-compiler init-shell: >- powershell