We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f695c55 commit 13d975bCopy full SHA for 13d975b
.github/workflows/build.yml
@@ -103,8 +103,9 @@ jobs:
103
env:
104
CC: ${{ matrix.cc }}
105
CXX: ${{ matrix.cxx }}
106
+ TRIQS_BRANCH: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}
107
run: |
- git clone https://github.com/TRIQS/triqs --branch unstable
108
+ git clone https://github.com/TRIQS/triqs --branch $TRIQS_BRANCH
109
mkdir triqs/build && cd triqs/build
110
cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
111
make -j1 install VERBOSE=1
0 commit comments