From 778c1815b58f675099449ad6c974c8aed87b84d6 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Dec 2024 22:29:05 +0100 Subject: [PATCH] WIP3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b99599fd..d86d8d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install MacOS Build Dependencies if: ${{ matrix.os == 'macos-latest' }} run: | - brew install wxwidgets coreutils autoconf + brew install wxwidgets coreutils autoconf automake - name: Install Windows Build Dependencies if: ${{ matrix.os == 'windows-latest' }} uses: johnwason/vcpkg-action@v6