Skip to content

Commit

Permalink
ci: add cmake in macOS homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 18, 2024
1 parent 0850205 commit a47a62a
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 wget
brew install autoconf cmake sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler wget
- 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 wget
brew install autoconf cmake sdl2 mpg123 sdl2_ttf sdl2_image flac libmpeg2 libserialport portmidi dylibbundler wget
- name: make for macOS Apple Silicon
run: make -j4 PLATFORM=osx-m1
Expand Down

0 comments on commit a47a62a

Please sign in to comment.