We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cfdca commit 2e55cc1Copy full SHA for 2e55cc1
.github/workflows/coq-docker.yml
@@ -399,7 +399,7 @@ jobs:
399
name: ExtractionHaskell-source-${{ matrix.coq-version }}
400
path: src/ExtractionHaskell
401
- name: standalone-haskell
402
- run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS'
+ run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M9G -RTS'
403
- name: upload Haskell files
404
uses: actions/upload-artifact@v4
405
with:
0 commit comments