mirror of
https://github.com/triqs/dft_tools
synced 2025-01-03 10:05:49 +01:00
Fix osx build environment in github actions workflow
This commit is contained in:
parent
e31cbd0f76
commit
0e3c3a48a5
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user