3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-17 08:30:35 +02:00

Fix location of triqsvars.sh in gh actions build workflow

This commit is contained in:
Nils Wentzell 2020-09-30 10:35:11 -04:00
parent d76a28c80a
commit 69c16ec212

View File

@ -79,7 +79,7 @@ jobs:
CXX: ${{ matrix.cxx }} CXX: ${{ matrix.cxx }}
LIBRARY_PATH: /usr/local/opt/llvm/lib LIBRARY_PATH: /usr/local/opt/llvm/lib
run: | run: |
source $HOME/install/share/triqsvars.sh source $HOME/install/share/triqs/triqsvars.sh
mkdir build && cmake -B build mkdir build && cmake -B build
cmake --build build -j2 cmake --build build -j2