Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
brew pkg-config conflicts with macos-latest
  • Loading branch information
substring committed Nov 25, 2024
1 parent 71b1050 commit 8789cb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
exclude:
- platform: { os: ubuntu-20.04 }
config: { name: shared }
- platform: { os: macos-12 }
- platform: { os: macos-latest }
config: { name: static }
- platform: { archos: buster }
config: { name: shared }
Expand Down Expand Up @@ -94,7 +94,9 @@ jobs:
- name: Install MacOS brew
if: runner.os == 'macOS'
run: |
brew install pkg-config ffmpeg libarchive libvorbis flac jpeg-turbo boost
brew update
brew upgrade
brew install pkgconfig ffmpeg libarchive libvorbis flac jpeg-turbo boost sfml
- name: Build AM+ (ARM)
if: matrix.platform.name == 'armv7' || matrix.platform.name == 'aarch64'
Expand Down

0 comments on commit 8789cb3

Please sign in to comment.