Skip to content

Commit ca4e047

Browse files
committed
Disable windows test temporarily
1 parent f43d539 commit ca4e047

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- os: ubuntu-latest
4444
ghc: '8.10.5'
4545
test: true
46-
- os: windows-latest
47-
ghc: '8.10.5'
48-
test: true
4946
- os: ubuntu-latest
5047
ghc: '8.8.4'
5148
test: true
@@ -56,6 +53,10 @@ jobs:
5653
ghc: '8.6.5'
5754
test: true
5855
# only build rest of supported ghc versions for windows
56+
# Disable window test temporarily because choco does not have GHC 8.10.5 yet
57+
# - os: windows-latest
58+
# ghc: '8.10.5'
59+
# test: true
5960
- os: windows-latest
6061
ghc: '8.10.3'
6162
# This build get stuck frequently

0 commit comments

Comments
 (0)