Skip to content

Commit 465796b

Browse files
committed
Use ocaml-env with LF
1 parent 5a3aaf6 commit 465796b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
echo "cat -A Auto.res.txt"
3232
cat -A tests/src/expected/Auto.res.txt
3333
echo "make now===="
34-
# & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
35-
make foo
34+
& $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
35+
# make foo
3636
artifact-folder: win32
3737

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

0 commit comments

Comments
 (0)