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: |