Skip to content

Commit

Permalink
Install missing automake in CI
Browse files Browse the repository at this point in the history
This seems to be required to build icu
  • Loading branch information
fwcd committed Mar 21, 2024
1 parent e1178d6 commit 9fe4fd4
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 @@ -89,7 +89,7 @@ jobs:
- name: "[macOS] Bootstrap vcpkg"
if: runner.os == 'macOS'
run: |
brew update && brew install nasm autoconf-archive
brew update && brew install nasm autoconf-archive automake
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
xcrun --show-sdk-version
Expand Down

0 comments on commit 9fe4fd4

Please sign in to comment.