diff --git a/.github/workflows/build-and-test-make.yml b/.github/workflows/build-and-test-make.yml index 022e4e49..432d065d 100644 --- a/.github/workflows/build-and-test-make.yml +++ b/.github/workflows/build-and-test-make.yml @@ -73,9 +73,10 @@ jobs: - name: Install macOS dependencies if: startsWith(matrix.os, 'macos') run: | + brew update brew install pkg-config make cmake ninja autoconf automake libtool # Chrome version dependencies - brew install --force go + brew install go # Needed to compile 'minicurl' brew install curl # More dependencies for the tests