Skip to content

Commit

Permalink
Add macos deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed May 25, 2024
1 parent e5d20e9 commit af9f651
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
test:
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - GAP ${{ matrix.gap-version }}
name: Julia ${{ matrix.julia-version }} - GAP ${{ matrix.gap-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
continue-on-error: ${{ matrix.julia-version == 'nightly' }}
Expand Down Expand Up @@ -55,6 +55,10 @@ jobs:
repository: 'gap-system/gap'
ref: ${{ matrix.gap-version }}
path: 'GAPROOT'
- name: "Install dependencies (for macOS)"
if: runner.os == 'macOS'
run: |
brew install autoconf gmp zlib pkg-config
- name: "Build GAP"
run: |
mv GAPROOT /tmp/GAPROOT
Expand Down

0 comments on commit af9f651

Please sign in to comment.