Skip to content

Commit bb8d620

Browse files
Use ccache
1 parent 0a5d895 commit bb8d620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
git clone --depth 1 --branch main https://github.com/libsemigroups/libsemigroups.git
128128
cd libsemigroups
129129
./autogen.sh
130-
./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt
130+
./configure CXX="${{ matrix.compiler }}" CXXFLAGS="-O2 -g" --disable-hpcombi --with-external-fmt
131131
sudo make install -j8
132132
ccache -s
133133
- name: "Pip install libsemigroups_pybind11 . . ."

0 commit comments

Comments
 (0)