Skip to content

Commit

Permalink
Install openssl when testing the lua target on Mac OS
Browse files Browse the repository at this point in the history
Required by luasec
  • Loading branch information
jaimeMF committed Mar 2, 2022
1 parent 76bc93d commit 0cac7c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/runci/targets/Lua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class Lua {

attemptCommand("brew", ["install", "pcre"]);
runCommand("pip3", ["install", "hererocks"]);
runCommand("brew", ["install", "openssl"]);
runCommand("brew", ["link", "--force", "openssl"]);
}
}
}
Expand Down

0 comments on commit 0cac7c5

Please sign in to comment.