Skip to content

Commit 45b4cfb

Browse files
committed
test windows 2
1 parent 313816c commit 45b4cfb

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 && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make"
26+
build: "cd analysis && dir ./node_modules/.bin/ && cat ./node_modules/.bin/rescript.cmd && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make"
2727
artifact-folder: win32
2828

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

0 commit comments

Comments
 (0)