Skip to content

Commit

Permalink
CI fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Sep 6, 2022
1 parent f1401d6 commit 54b7cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set_xmakever("2.6.0")
set_languages("c++20")
set_arch("x64")

add_requires("spdlog 1.9", "nlohmann_json", "hopscotch-map", "minhook", "mem", "imgui 1.84.2", "sol2", "tiltedcore 0.2.3", "sqlite3", "xbyak", "stb", "openrestry-luajit")
add_requires("spdlog 1.9", "nlohmann_json", "hopscotch-map", "minhook", "mem", "imgui 1.84.2", "sol2", "tiltedcore 0.2.7", "sqlite3", "xbyak", "stb", "openrestry-luajit")
add_requireconfs("sol2", { configs = { includes_lua = false } })
add_requireconfs("openrestry-luajit", { configs = { gc64 = true } })

Expand Down

0 comments on commit 54b7cdd

Please sign in to comment.