Skip to content

Commit

Permalink
[ghactions] Undo previous branch change when cloning triqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Sep 30, 2024
1 parent 7ce5821 commit 1bad8a0
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 @@ -108,7 +108,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 1bad8a0

Please sign in to comment.