From 6e18b99e6e56040d1fd3ae6975ac2ef6b6337ed4 Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Sat, 23 Nov 2024 20:34:04 +0900 Subject: [PATCH] Next try to fix mac arm CI issue --- .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 3807ca6a..973c7bba 100644 --- a/.github/workflows/mac-arm64.yml +++ b/.github/workflows/mac-arm64.yml @@ -15,7 +15,7 @@ jobs: - name: Dependencies run: | - brew install -f cmake libomp rust + brew install -f --overwrite cmake libomp rust - name: Build run: |