diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f3d41cd..bbfdb9aa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: if: ${{ !steps.cache-gambit.outputs.cache-hit }} run: | cd gambit-src - ./configure --prefix=${GITHUB_WORKSPACE}/gambit --enable-single-host + export LDFLAGS="-lm" + ./configure 'LIBS=-lm' --prefix=${GITHUB_WORKSPACE}/gambit --enable-single-host --enable-targets="" make clean make make install