Skip to content

Commit bc86af9

Browse files
ci: use main branch of libsemigroups
1 parent 6c636ba commit bc86af9

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 stable-3.0 https://github.com/libsemigroups/libsemigroups.git
42+
git clone --depth 1 --branch main 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 stable-3.0 https://github.com/libsemigroups/libsemigroups.git
105+
git clone --depth 1 --branch main 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)