mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +01:00
Fix location of triqsvars.sh in gh actions build workflow
This commit is contained in:
parent
d76a28c80a
commit
69c16ec212
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
CXX: ${{ matrix.cxx }}
|
||||
LIBRARY_PATH: /usr/local/opt/llvm/lib
|
||||
run: |
|
||||
source $HOME/install/share/triqsvars.sh
|
||||
source $HOME/install/share/triqs/triqsvars.sh
|
||||
mkdir build && cmake -B build
|
||||
cmake --build build -j2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user