We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60ae07 commit 275b7a3Copy full SHA for 275b7a3
.github/workflows/main.yml
@@ -65,6 +65,8 @@ jobs:
65
shell: pwsh
66
run: |
67
Set-PSDebug -Trace 1
68
+ # see: https://github.com/aantron/luv/issues/162
69
+ $env:PATH="${env:CYG_ROOT}\bin;${env:CYG_ROOT}\usr\x86_64-w64-mingw32\bin;${env:PATH}"
70
opam install haxe --deps-only
71
opam list
72
extra/github-actions/install-ocaml-libs-windows.yml
@@ -2,5 +2,7 @@
2
3
4
5
6
7
8
0 commit comments