Skip to content

Commit

Permalink
Update to OS-X workflow to include libtool.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyscavone committed Aug 21, 2024
1 parent 53809fc commit 02de746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
fetch-depth: 0
- name: install dependencies
run: brew install autoconf-archive automake cmake meson
run: brew install autoconf-archive automake cmake meson libtool
- name: automake
run:
env NOCONFIGURE=1 ./autogen.sh && mkdir bld-automake && cd bld-automake
Expand Down

0 comments on commit 02de746

Please sign in to comment.