Skip to content

Commit ad4d455

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Use libsemigroups stable-3.0 in the ci
1 parent 477c1de commit ad4d455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
install_ccache: true
4040
- name: "Install libsemigroups . . ."
4141
run: |
42-
git clone --depth 1 --branch v3 https://github.com/libsemigroups/libsemigroups.git
42+
git clone --depth 1 --branch stable-3.0 https://github.com/libsemigroups/libsemigroups.git
4343
cd libsemigroups
4444
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt && sudo make install -j8
4545
ccache -s
@@ -102,7 +102,7 @@ jobs:
102102
install_ccache: true
103103
- name: "Install libsemigroups . . ."
104104
run: |
105-
git clone --depth 1 --branch v3 https://github.com/libsemigroups/libsemigroups.git
105+
git clone --depth 1 --branch stable-3.0 https://github.com/libsemigroups/libsemigroups.git
106106
cd libsemigroups
107107
./autogen.sh
108108
./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt

0 commit comments

Comments
 (0)