From 71ccd5adf0f2a5fc5d15491091c7bb2429eca212 Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Sat, 23 Nov 2024 20:30:21 +0900 Subject: [PATCH] Force install brew in mac arm CI --- .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 f25aaa33..3807ca6a 100644 --- a/.github/workflows/mac-arm64.yml +++ b/.github/workflows/mac-arm64.yml @@ -15,7 +15,7 @@ jobs: - name: Dependencies run: | - brew install cmake libomp rust + brew install -f cmake libomp rust - name: Build run: |