Skip to content

Commit

Permalink
[ci] Add required PATH entries for installing luv
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Dec 12, 2024
1 parent c60ae07 commit 275b7a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
shell: pwsh
run: |
Set-PSDebug -Trace 1
# see: https://github.com/aantron/luv/issues/162
$env:PATH="${env:CYG_ROOT}\bin;${env:CYG_ROOT}\usr\x86_64-w64-mingw32\bin;${env:PATH}"
opam install haxe --deps-only
opam list
Expand Down
2 changes: 2 additions & 0 deletions extra/github-actions/install-ocaml-libs-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
shell: pwsh
run: |
Set-PSDebug -Trace 1
# see: https://github.com/aantron/luv/issues/162
$env:PATH="${env:CYG_ROOT}\bin;${env:CYG_ROOT}\usr\x86_64-w64-mingw32\bin;${env:PATH}"
opam install haxe --deps-only
opam list

0 comments on commit 275b7a3

Please sign in to comment.