Skip to content

Commit

Permalink
ci: update release.yml to brew install libtool
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Aug 27, 2024
1 parent 0d470fb commit 246b5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- name: "Install dependencies (macOS only!)"
if: ${{ runner.os == 'macOS' }}
run: brew install automake
run: brew install automake libtool
# Setup ccache, to speed up repeated compilation of the same binaries
# (i.e., GAP and the packages)
- name: "Setup ccache"
Expand Down

0 comments on commit 246b5cd

Please sign in to comment.