We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a676e commit de98b65Copy full SHA for de98b65
.github/workflows/mac.yml
@@ -32,11 +32,13 @@ jobs:
32
# export CXX=/usr/local/opt/llvm/bin/clang++
33
run: |
34
brew install llvm libomp aspcud
35
+ export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
36
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
37
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
38
export CC=/opt/homebrew/opt/llvm/bin/clang
39
export CXX=/opt/homebrew/opt/llvm/bin/clang++
40
which clang
41
+ ln -s /opt/homebrew/opt/llvm/bin/clang /usr/bin/clang
42
43
- name: Use OCaml
44
uses: ocaml/setup-ocaml@v3
0 commit comments