diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa9230a4..3479fdcbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: artifact-folder: linux - os: windows-latest # CI windows running the binary somehow stucks. Not sure why. Disable for now. - build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" + build: "readlink ./node_modules/.bin/reanalyze.ps1 && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make" artifact-folder: win32 runs-on: ${{matrix.os}}