From 95130d134e31ee1fe13bb96e19b75e19cb99db25 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 10 Nov 2021 13:45:11 +1300 Subject: CI: install the latest GNU make on macOS The CI builds currently seem unhappy on macOS when we build make ourselves. Install GNU make via brew so that we don't have to build it ourselves. Signed-off-by: Chris Packham diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index a0b93fa..ce6a63b 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -24,7 +24,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man ncurses + gnu-tar help2man make ncurses - name: "build ct-ng" run: | if [ "$RUNNER_OS" == "macOS" ]; then @@ -170,7 +170,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man ncurses pkg-config + gnu-tar help2man make ncurses pkg-config echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH - name: "build ${{ matrix.sample }} for ${{ matrix.host }}" run: | -- cgit v0.10.2-6-g49f6