Skip to content

Commit 4ea86b4

Browse files
committed
[ghactions] Always build against respective TRIQS branch
1 parent 6e48818 commit 4ea86b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
CC: ${{ matrix.cc }}
105105
CXX: ${{ matrix.cxx }}
106106
run: |
107-
git clone https://github.com/TRIQS/triqs --branch unstable
107+
git clone https://github.com/TRIQS/triqs --branch ${{ github.ref_name }}
108108
mkdir triqs/build && cd triqs/build
109109
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
110110
make -j1 install VERBOSE=1

0 commit comments

Comments
 (0)