From f89858eae9053f91a3b7b8b8cef8e2a9ecc8a7df Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Thu, 28 Dec 2023 09:59:29 +0100 Subject: [PATCH] I think this is the extra shit glib needed? --- .github/workflows/build-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index fab5eaa3..737b8604 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -7,6 +7,8 @@ jobs: runs-on: macos-13 steps: - uses: actions/checkout@v3 + - run: | + brew install autoconf automake autoconf-archive - uses: lukka/get-cmake@latest - uses: lukka/run-vcpkg@v11 with: