Skip to content

Commit

Permalink
Merge pull request #98 from daschuer/buildfix25
Browse files Browse the repository at this point in the history
Remove extra install of automake and pkg-config
  • Loading branch information
JoergAtGithub authored Nov 16, 2023
2 parents 6fe4441 + 41ab9ee commit 025e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: "[macOS] Bootstrap vcpkg"
if: runner.os == 'macOS'
run: |
brew update && brew install nasm automake pkg-config autoconf-archive
brew update && brew install nasm autoconf-archive
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer"
xcrun --show-sdk-version
- name: Set up cache
Expand Down

0 comments on commit 025e451

Please sign in to comment.