Skip to content

Commit dac3988

Browse files
committed
dos2unix Auto.res
1 parent fb13480 commit dac3988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
artifact-folder: linux
2424
- os: windows-latest
2525
# CI windows running the binary somehow stucks. Not sure why. Disable for now.
26-
build: "cd analysis && dos2unix test.sh && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test"
26+
build: "cd analysis && dos2unix test.sh && dos2unix tests/src/Auto.res && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test"
2727
artifact-folder: win32
2828

2929
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)