From 17ef9dceffb18a3683b5cb82189a4335fbc7a4f5 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 21 Mar 2025 11:57:03 +0100 Subject: [PATCH] [ci,mac] install missing tools --- .github/workflows/macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index fab1be304..1cd82742e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,6 +13,10 @@ jobs: - name: "Check out source" uses: actions/checkout@v4 + - name: "Prepare environment" + run: | + brew install autoconf automake cmake git + - name: "Run mac os build..." run: | ./scripts/bundle-mac-os.sh