Skip to content

Commit

Permalink
Fix gambit build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ober authored and fare committed Jul 7, 2023
1 parent c2dcb1c commit 5073299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5073299

Please sign in to comment.