Skip to content

Commit

Permalink
compatiblity with GHC 9.12 and random-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Jan 12, 2025
1 parent 0903edc commit be4b7df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ jobs:
name: Build binary
run: |
mkdir dist
stack build srtree:egraphGP --copy-bins --local-bin-path=dist
stack build srtree:egraphSearch --copy-bins --local-bin-path=dist
stack build srtree:srtools --copy-bins --local-bin-path=dist
stack build srtree:rEGGression --copy-bins --local-bin-path=dist
stack build srtree:srsimplify --copy-bins --local-bin-path=dist
cabal install srtree:egraphGP --install-method=copy --overwrite-policy=always --installdir=dist
- if: matrix.os == 'windows-latest'
name: Set extension to .exe on Windows
Expand Down

0 comments on commit be4b7df

Please sign in to comment.