From db2a8244cb5721367a69e778b3482d0b0d78025c Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 12 Feb 2024 21:20:15 +0100 Subject: [PATCH] Add macos build tooling --- .github/workflows/macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 02963cc..b8e807f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -37,6 +37,10 @@ jobs: - name: 🧽 Developer Command Prompt for Microsoft Visual C++ uses: ilammy/msvc-dev-cmd@v1 + - name: 🔨 Prepare build env + run: | + brew install autoconf automake autoconf-archive + - name: 🐕 Checkout vcpkg uses: actions/checkout@v4 with: