Skip to content

Commit

Permalink
Add packages to avoid GAP having to build things itself
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson authored and james-d-mitchell committed May 29, 2024
1 parent 30aa0b1 commit 040490e
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:
- uses: actions/checkout@v4
- name: "Install dependencies (macOS only!)"
if: ${{ runner.os == 'macOS' }}
run: brew install automake libtool
run: brew install automake autoconf zlib gmp pkg-config 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 040490e

Please sign in to comment.