Skip to content

Commit

Permalink
Update standalone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nimgould committed Jul 17, 2023
1 parent dc126aa commit 51e9df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
shell: bash
run: |
brew install gfortran llvm libomp
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
- name: Install classic Intel compilers
if: matrix.compiler == 'intel'
Expand Down

0 comments on commit 51e9df0

Please sign in to comment.