Skip to content

Commit

Permalink
ci: add libtool to macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Apr 26, 2024
1 parent 689ee21 commit e0fe861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
update_packager_index: false
install_ccache: true
- name: "Install dependencies . . ."
run: brew install autoconf automake
run: brew install autoconf automake libtool
- name: "Clang version . . ."
run: clang++ --version
- name: "Configure . . ."
Expand Down

0 comments on commit e0fe861

Please sign in to comment.