From 2c7b2f57b9c5a2311eb82c56c37e693fcd40a4d5 Mon Sep 17 00:00:00 2001 From: lwthiker Date: Sun, 3 Mar 2024 09:53:15 +0200 Subject: [PATCH] Run 'brew update' before 'brew install' --- .github/workflows/build-and-test-make.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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