From af9f65103fc1284d91fe220354c52fcabd3e443a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Sat, 25 May 2024 16:06:48 +0200 Subject: [PATCH] Add macos deps --- .github/workflows/gap.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gap.yml b/.github/workflows/gap.yml index c08bfe36a..e93a7b657 100644 --- a/.github/workflows/gap.yml +++ b/.github/workflows/gap.yml @@ -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' }} @@ -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