From 0176babbd3c9677be0a7dfe2dd184d11d5dacbb1 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 19 Sep 2024 18:12:24 +0200 Subject: [PATCH] ci: remove autoconf from macos homebrew runner as well --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 15a0adeb4..4ff3db01c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -34,7 +34,7 @@ jobs: run: | brew update brew upgrade - brew install autoconf sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler + brew install sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler - name: make for macOS X64 run: make -j4 PLATFORM=osx-x86 @@ -73,7 +73,7 @@ jobs: run: | brew update brew upgrade - brew install autoconf sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler + brew install sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler - name: make for macOS Apple Silicon run: make -j4 PLATFORM=osx-m1