We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313816c commit 45b4cfbCopy full SHA for 45b4cfb
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
artifact-folder: linux
24
- os: windows-latest
25
# 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"
+ build: "cd analysis && dir ./node_modules/.bin/ && cat ./node_modules/.bin/rescript.cmd && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make"
27
artifact-folder: win32
28
29
runs-on: ${{matrix.os}}
0 commit comments