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:
parent
6e48818d2f
commit
4ea86b4bdb
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user