mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +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 }}
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user