From bf555cf11bd44f818c2f966ec68456ce188c87b2 Mon Sep 17 00:00:00 2001 From: baerwang Date: Wed, 7 Feb 2024 19:43:53 +0800 Subject: [PATCH] chore: build macos del python deps --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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