Skip to content

Commit f9966ee

Browse files
authored
Merge pull request #8195 from Mikolaj/disable-validate-windows-8.6.5
Exclude broken 'Validate windows-latest ghc-8.6.5' job that cancels CI
2 parents 49a4946 + b18846a commit f9966ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,12 @@ jobs:
4343
# lot of segfaults caused by ghc bugs
4444
- os: "windows-latest"
4545
ghc: "8.8.4"
46+
# it also throws segfaults randomly
4647
- os: "windows-latest"
4748
ghc: "8.4.4"
49+
# it often randomly does "C:\Users\RUNNER~1\AppData\Local\Temp\ghcFEDE.c: DeleteFile "\\\\?\\C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\ghcFEDE.c": permission denied (Access is denied.)"
50+
- os: "windows-latest"
51+
ghc: "8.6.5"
4852
include:
4953
- os: "ubuntu-latest"
5054
ghc: "8.0.2"

0 commit comments

Comments
 (0)