Skip to content

Commit 7e48fd0

Browse files
committed
[ ci ] fix GHC call
1 parent 4c746a3 commit 7e48fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Golden testing
171171
run: |
172172
${{ env.CABAL_INSTALL }} clock
173-
make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda' GHC_EXEC=${{ env.GHC_VERSION }}
173+
make testsuite INTERACTIVE='' AGDA_EXEC='~/.cabal/bin/agda' GHC_EXEC=ghc
174174
175175
176176
########################################################################

0 commit comments

Comments
 (0)