diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d44f604665..9e12935a79 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