Skip to content

Commit

Permalink
Point to correct branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Edwards authored and james-d-mitchell committed Apr 8, 2024
1 parent f891446 commit 5e5a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "LD_LIBRARY_PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/lib:/usr/local/lib" >> $GITHUB_ENV
- name: "Install libsemigroups . . ."
run: |
git clone --depth 1 --v3 https://github.com/libsemigroups/libsemigroups.git
git clone --depth 1 --branch v3 https://github.com/libsemigroups/libsemigroups.git
cd libsemigroups
./autogen.sh && ./configure CXXFLAGS='-O3 -g' --disable-hpcombi --with-external-fmt && sudo make install -j8
- name: "Python version . . ."
Expand Down

0 comments on commit 5e5a8b3

Please sign in to comment.