Skip to content

Commit e580d72

Browse files
committed
Fix build on windows by disabling ghc-check pkg ABI check
1 parent eb204de commit e580d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
strategy:
290290
fail-fast: false
291291
matrix:
292-
ghc: ["9.4.4", "9.2.5", "9.0.2", "8.10.7"]
292+
ghc: ["9.4.4", "9.2.6", "9.2.5", "9.0.2", "8.10.7"]
293293
steps:
294294
- name: install windows deps
295295
shell: pwsh

0 commit comments

Comments
 (0)