From d595aa41a910d84dcedf29414cf6de7da5b47d27 Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Sat, 23 Nov 2024 20:40:33 +0900 Subject: [PATCH] Remove brew dependency causing issues --- .github/workflows/mac-arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-arm64.yml b/.github/workflows/mac-arm64.yml index 973c7bba..b708d233 100644 --- a/.github/workflows/mac-arm64.yml +++ b/.github/workflows/mac-arm64.yml @@ -15,7 +15,7 @@ jobs: - name: Dependencies run: | - brew install -f --overwrite cmake libomp rust + brew install -f --overwrite cmake libomp - name: Build run: |