Skip to content

Commit

Permalink
Update macos-unit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Apr 29, 2024
1 parent 0aa6188 commit ed0c94c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/macos-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:

- name: Install libomp without linking
run: |
brew install libomp
echo "CC=$(brew --prefix llvm)/bin/clang" >> $GITHUB_ENV
echo "CXX=$(brew --prefix llvm)/bin/clang++" >> $GITHUB_ENV
echo "LDFLAGS=\"-L$(brew --prefix llvm)/lib\"" >> $GITHUB_ENV
echo "CPPFLAGS=\"-I$(brew --prefix llvm)/include\"" >> $GITHUB_ENV
brew install libomp llvm && brew link --force libomp
- name: Make build directory
run: mkdir build_dir
Expand Down

0 comments on commit ed0c94c

Please sign in to comment.