We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5517c commit 82b190aCopy full SHA for 82b190a
1 file changed
.github/workflows/vcpkg.yml
@@ -73,7 +73,7 @@ jobs:
73
if: runner.os == 'macOS'
74
shell: bash
75
run: |
76
- brew install autoconf automake autoconf-archive
+ brew install autoconf autoconf-archive automake libtool
77
78
- name: "Install dependencies"
79
run: >
0 commit comments