Skip to content

Commit

Permalink
ci: remove autoconf from macos homebrew runner as well
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 19, 2024
1 parent 1856743 commit 0176bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0176bab

Please sign in to comment.