Skip to content

Commit

Permalink
[ghactions] Always build against respective TRIQS branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 10, 2024
1 parent 32342c7 commit f63f2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f63f2e4

Please sign in to comment.