Skip to content

Commit

Permalink
export compiler env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed May 21, 2024
1 parent c7de509 commit 94fba61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ jobs:
websockets \
pprintpp \
pip
export CC=$(conda info --base)/bin/clang
export CXX=$(conda info --base)/bin/clang++
export CPP=$(conda info --base)/bin/clang-cpp
python3 install.py -j 3 --allow-milps ${SLOW_FLAG} -DCMAKE_CXX_FLAGS="-ld_classic"
export PATH=$HOME/.local/bin:$PATH
export DYLD_LIBRARY_PATH=$HOME/.local/lib
Expand Down

0 comments on commit 94fba61

Please sign in to comment.