3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-22 20:34:38 +01:00

[ghactions] Always build against respective TRIQS branch

This commit is contained in:
Nils Wentzell 2024-09-10 12:59:43 -04:00
parent 6e48818d2f
commit 4ea86b4bdb

View File

@ -104,7 +104,7 @@ jobs:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
run: |
git clone https://github.com/TRIQS/triqs --branch unstable
git clone https://github.com/TRIQS/triqs --branch ${{ github.ref_name }}
mkdir triqs/build && cd triqs/build
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
make -j1 install VERBOSE=1