Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
check ps1
  • Loading branch information
chenglou committed Apr 27, 2021
commit 0402de85524ea00e45ef663dc28b3dfd14b477d8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "ls ./node_modules/.bin/ && cat ./node_modules/.bin/reanalyze && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make"
build: "ls ./node_modules/.bin/ && cat ./node_modules/.bin/reanalyze.ps1 && cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make"
artifact-folder: win32

runs-on: ${{matrix.os}}
Expand Down