Skip to content

Commit

Permalink
Attempt to fix gambit build
Browse files Browse the repository at this point in the history
Remove first the files created by the bootstrapping process
  • Loading branch information
dlozeve committed Oct 24, 2021
1 parent 775fb96 commit 30d809f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
repository: 'gambit/gambit'
ref: ${{ matrix.gambit-version }}
fetch-depth: 0 # Checkout history and tags
path: 'gambit-src'
if: steps.cache-gambit.outputs.cache-hit != 'true'
- name: Get Gambit version
Expand All @@ -34,6 +35,7 @@ jobs:
run: |
cd gambit-src
./configure --prefix=${GITHUB_WORKSPACE}/gambit --enable-single-host
make clean
make
make install
- name: Setup links to Gambit executables
Expand Down

0 comments on commit 30d809f

Please sign in to comment.