Skip to content

Commit 90e39ec

Browse files
committed
chore: require openssl3 manually to avoid github actions system package
1 parent 0506ffd commit 90e39ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ elseif is_config("backend", "nodejs") then
3939

4040
end
4141

42+
add_requires("openssl3 3.3.2")
4243
add_requires("cpp-httplib 0.18.7", {configs = {ssl = true, zlib = true}})
4344

4445
if not has_config("vs_runtime") then

0 commit comments

Comments
 (0)