diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d44f60466..9e12935a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: if: contains(matrix.os, 'macos') run: | brew update - brew install --overwrite python autoconf protobuf llvm wget git + brew install --overwrite autoconf protobuf llvm wget git brew install gcc@10 automake cmake make binutils - name: Configure CMake - linux