Skip to content

Commit 2083b50

Browse files
committed
add libtool to macos build tools
1 parent b9fb82e commit 2083b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
- name: Install build tools
102102
run: |
103103
brew install \
104-
automake
104+
automake \
105+
libtool
105106
cabal v1-install alex happy
106107
107108
- name: Build package

0 commit comments

Comments
 (0)