We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fabdc3 commit 49dc268Copy full SHA for 49dc268
.github/workflows/ci-ubuntu.yml
@@ -47,7 +47,7 @@ on:
47
########################################################################
48
49
env:
50
- GHC_VERSION: 8.10.7
+ GHC_VERSION: 9.2.8
51
CABAL_VERSION: 3.6.2.0
52
CABAL_INSTALL: cabal v1-install --ghc-options='-O1 +RTS -M6G -RTS'
53
# CABAL_INSTALL: cabal install --overwrite-policy=always --ghc-options='-O1 +RTS -M6G -RTS'
@@ -169,7 +169,7 @@ jobs:
169
- name: Golden testing
170
run: |
171
${{ env.CABAL_INSTALL }} clock
172
- make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda'
+ make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda' GHC_EXEC=${{ env.GHC_VERSION }}
173
174
175
0 commit comments