Skip to content

Commit ff5e011

Browse files
committed
dist/azure-build-and-test-vcpkg.yml: fix up macOS vcpkg build (hopefully)
Cf: microsoft/vcpkg#22933 , the guidance seems to be that automake and libtool need to be installed underneath vcpkg.
1 parent 995b6ab commit ff5e011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/azure-build-and-test-vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222

2323
- bash: |
2424
set -xeuo pipefail
25-
brew install pkg-config
25+
brew install automake libtool pkg-config
2626
displayName: "Install vcpkg dependencies (macOS)"
2727
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
2828

0 commit comments

Comments
 (0)