Skip to content

Commit

Permalink
ACTIONS: Install libtool for macos autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jan 2, 2025
1 parent 56e4450 commit 0528d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_autotools_clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Install dependencies
id: install_dependencies
run: brew install automake boost
run: brew install automake libtool boost

- name: Set clang as the compiler to use
id: set_clang
Expand Down

0 comments on commit 0528d25

Please sign in to comment.