File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
install_ccache : true
40
40
- name : " Install libsemigroups . . ."
41
41
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
43
43
cd libsemigroups
44
44
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt && sudo make install -j8
45
45
ccache -s
@@ -102,7 +102,7 @@ jobs:
102
102
install_ccache : true
103
103
- name : " Install libsemigroups . . ."
104
104
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
106
106
cd libsemigroups
107
107
./autogen.sh
108
108
./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt
You can’t perform that action at this time.
0 commit comments