Skip to content

Commit

Permalink
ci: install libtool for macosx (#1012)
Browse files Browse the repository at this point in the history
* ci: install libtool for macosx

* ci: add gap stable-4.13 to ci.yml

* ci: exclude macos / GAP 4.12
  • Loading branch information
james-d-mitchell authored May 24, 2024
1 parent 3cb60b5 commit 31a5805
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,21 @@ jobs:
gap-branch:
- master
- stable-4.12
- stable-4.13
ABI:
- 64
exclude:
# We exclude this combination for the reasons discussed at:
# https://github.com/semigroups/Semigroups/pull/1015
# https://github.com/gap-system/gap/issues/5640
- os: macos
gap-branch: stable-4.12

steps:
- 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 31a5805

Please sign in to comment.