From aa703bc69e481597f55b84ea91605e3bafb12e0e Mon Sep 17 00:00:00 2001 From: Hennadiy Brych Date: Thu, 7 Dec 2023 20:14:30 -0500 Subject: [PATCH] GitHub Actions: removed workaround for brew 2to3 util conflict --- .github/workflows/cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 815d030..7185e8b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -38,10 +38,9 @@ jobs: - name: Customize Software (macOS) if: ${{ matrix.os == 'macos-12' }} -# ignore brew link warning, revert after https://github.com/actions/setup-python/issues/577 is fixed run: | brew update - brew install llvm@17 || true + brew install llvm@17 brew install ninja brew install cmake