Skip to content

Commit 82b190a

Browse files
committed
Fix vcpkg macos
1 parent cd5517c commit 82b190a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vcpkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if: runner.os == 'macOS'
7474
shell: bash
7575
run: |
76-
brew install autoconf automake autoconf-archive
76+
brew install autoconf autoconf-archive automake libtool
7777
7878
- name: "Install dependencies"
7979
run: >

0 commit comments

Comments
 (0)