Skip to content

Commit de98b65

Browse files
committed
editing...
1 parent 07a676e commit de98b65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ jobs:
3232
# export CXX=/usr/local/opt/llvm/bin/clang++
3333
run: |
3434
brew install llvm libomp aspcud
35+
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
3536
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
3637
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
3738
export CC=/opt/homebrew/opt/llvm/bin/clang
3839
export CXX=/opt/homebrew/opt/llvm/bin/clang++
3940
which clang
41+
ln -s /opt/homebrew/opt/llvm/bin/clang /usr/bin/clang
4042
4143
- name: Use OCaml
4244
uses: ocaml/setup-ocaml@v3

0 commit comments

Comments
 (0)