Skip to content

Commit 49d5394

Browse files
committed
Disable release build in windows, it's faulty.
1 parent 8d01157 commit 49d5394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# {build: debug, sanitizer: memory-sanitizer},
3232

3333
# TODO: https://github.com/metacall/core/issues/461
34-
{build: release, sanitizer: without-sanitizer}
34+
# {build: release, sanitizer: without-sanitizer}
3535
]
3636

3737
steps:

0 commit comments

Comments
 (0)