You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/validate.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,12 @@ jobs:
43
43
# lot of segfaults caused by ghc bugs
44
44
- os: "windows-latest"
45
45
ghc: "8.8.4"
46
+
# it also throws segfaults randomly
46
47
- os: "windows-latest"
47
48
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.)"
0 commit comments