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 4c746a3 commit 7e48fd0Copy full SHA for 7e48fd0
.github/workflows/ci-ubuntu.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Golden testing
171
run: |
172
${{ env.CABAL_INSTALL }} clock
173
- make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda' GHC_EXEC=${{ env.GHC_VERSION }}
+ make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda' GHC_EXEC=ghc
174
175
176
########################################################################
0 commit comments