Browse Source

[CI] workaround fix mac brew python 3.12 (#731)

Yuxiao Mao 9 tháng trước cách đây
mục cha
commit
80a10d2254
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -110,6 +110,7 @@ jobs:
         # see https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1989441193
         # see https://github.com/Homebrew/brew/blob/master/.github/workflows/tests.yml
         brew unlink python && brew link --overwrite python
+        brew unlink [email protected] && brew link --overwrite [email protected]
 
     - name: "Install: Required Dev Packages"
       run: |