Skip to content

Commit

Permalink
ci: try to fix macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Apr 25, 2024
1 parent 29c333a commit 6a4f658
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "PATH=$MAMBA_ROOT_PREFIX/envs/libsemigroups/bin:$PATH" >> $GITHUB_ENV
- name: "Install libsemigroups dependencies . . ."
run :
brew install autoconf automake
brew install autoconf automake libtool
- name: "Setup ccache . . ."
uses: Chocobo1/setup-ccache-action@v1
with:
Expand All @@ -105,7 +105,9 @@ jobs:
run: |
git clone --depth 1 --branch v3 https://github.com/libsemigroups/libsemigroups.git
cd libsemigroups
./autogen.sh && ./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt && sudo make install -j8
./autogen.sh
./configure CXX="$CXX" CXXFLAGS="$CXXFLAGS" --disable-hpcombi --with-external-fmt
sudo make install -j8
ccache -s
- name: "Python version . . ."
run: |
Expand Down

0 comments on commit 6a4f658

Please sign in to comment.