2
0

install-ocaml-libs-windows.yml 128 B

123456
  1. - name: Install OCaml libraries
  2. shell: pwsh
  3. run: |
  4. Set-PSDebug -Trace 1
  5. opam install haxe --deps-only
  6. opam list