summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-02-18 16:13:26 +0100
committercgzones <cgzones@googlemail.com>2023-02-18 16:16:11 +0100
commitf60d4057573ecb6a5021e754f54983c709977c62 (patch)
treee27276b94b4856e34dec5b9b80fb31f06099e7e2 /.github
parent7c68f01ddd9a118709717d990827c90fbf768447 (diff)
ci: install pkg-config on MacOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2e75ec09..8e4ea065 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
- run: brew install automake
+ run: brew install automake pkg-config
- name: Bootstrap
run: ./autogen.sh
- name: Configure

© 2014-2024 Faster IT GmbH | imprint | privacy policy