From 6fdb129af9811da6171f1f636f2b935a1bacc1ea Mon Sep 17 00:00:00 2001 From: baerwang <52104949+baerwang@users.noreply.github.com> Date: Thu, 8 Feb 2024 08:30:01 +0800 Subject: [PATCH] chore: build macos del python deps (#2401) --- .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 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