Skip to content

Commit 5685351

Browse files
committed
github: enable Windows 2019 for integration test
Integration test fails on Windows 2019 with following errors: Signed-off-by: Liu Jiang <[email protected]>
1 parent 55f5bf3 commit 5685351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
host_os:
2525
- ubuntu-20.04
26-
# - windows-2019
26+
- windows-2019
2727
steps:
2828
- name: install NASM
2929
uses: ilammy/setup-nasm@v1

0 commit comments

Comments
 (0)