Skip to content

Commit

Permalink
refactor(actions/setup): use upstream omp
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve authored Nov 2, 2024
1 parent 7593de4 commit f34bf39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ runs:
shell: bash
if: ${{ inputs.os == 'macos-latest' }}
run: |
brew reinstall --build-from-source --formula ./.github/homebrew/libomp.rb
brew reinstall --build-from-source libomp
echo "OpenMP_ROOT=$(brew --prefix)/opt/libomp" >> $GITHUB_ENV
83 changes: 0 additions & 83 deletions .github/homebrew/libomp.rb

This file was deleted.

0 comments on commit f34bf39

Please sign in to comment.