Skip to content

Commit

Permalink
Remove brew dependency causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 23, 2024
1 parent 6e18b99 commit d595aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Dependencies
run: |
brew install -f --overwrite cmake libomp rust
brew install -f --overwrite cmake libomp
- name: Build
run: |
Expand Down

0 comments on commit d595aa4

Please sign in to comment.