File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 18
18
# exclude:
19
19
# - os: windows-latest
20
20
# resolver: nightly
21
+ # lts-15 on windows-latest says
22
+ #
23
+ # Access violation in generated code when writing 0x0
24
+ #
25
+ # Attempting to reconstruct a stack trace...
26
+ #
27
+ # Frame Code address
28
+ # * 0x461da80 0x37f7b66 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x33f7b66
29
+ # * 0x461da88 0x3277bb9 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x2e77bb9
30
+ # * 0x461da90 0x5
31
+ # * 0x461da98 0x5
32
+ # * 0x461daa0 0x3d7dc22 C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-8.8.3\bin\ghc.exe+0x397dc22
33
+ # * 0x461daa8 0x65cc9b0
34
+ exclude :
35
+ - os : windows-latest
36
+ resolver : lts-15
21
37
22
38
steps :
23
39
- name : Clone project
You can’t perform that action at this time.
0 commit comments