Skip to content

Commit c578661

Browse files
Use ccache
1 parent 91e4179 commit c578661

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/custom-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
git clone --depth 1 --branch ${{ inputs.branch }} https://github.com/${{ inputs.fork }}.git
7373
cd libsemigroups
7474
./autogen.sh
75-
./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt
75+
./configure CXX="${{ matrix.compiler }}" CXXFLAGS="-O2 -g" --disable-hpcombi --with-external-fmt
7676
sudo make install -j8
7777
ccache -s
7878
- name: "Pip install libsemigroups_pybind11 . . ."

.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)