Skip to content

Commit 8964074

Browse files
committed
Try without ocaml-env
1 parent 5de2084 commit 8964074

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
@@ -31,7 +31,7 @@ jobs:
3131
echo "git diff again"
3232
git diff tests/src/expected/Auto.res.txt
3333
echo "make now===="
34-
& $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
34+
make foo
3535
artifact-folder: win32
3636

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

0 commit comments

Comments
 (0)