Fix osx build environment in github actions workflow

This commit is contained in:
Nils Wentzell 2020-08-08 20:47:23 -04:00
parent e31cbd0f76
commit 0e3c3a48a5
1 changed files with 3 additions and 0 deletions

View File

@ -77,12 +77,15 @@ jobs:
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
LIBRARY_PATH: /usr/local/opt/llvm/lib
run: |
source $HOME/install/share/triqsvars.sh
mkdir build && cmake -B build
cmake --build build -j2
- name: Test app4triqs
env:
DYLD_FALLBACK_LIBRARY_PATH: /usr/local/opt/llvm/lib
run: |
source $HOME/install/share/triqsvars.sh
cd build