diff --git a/Dependencies/Box2D.lua b/Dependencies/Box2D.lua index b0f539fd6..c59d50792 100644 --- a/Dependencies/Box2D.lua +++ b/Dependencies/Box2D.lua @@ -3,7 +3,7 @@ project "Box2D" language "C++" warnings "off" -if os.getenv("RUN_CICD_PIPELINE") ~= nil and os.matchfiles(_MAIN_SCRIPT_DIR .. "/bin/**/*Box2D.a") ~= nil then +if os.getenv("RUN_CICD_PIPELINE") ~= nil and not table.isempty(os.matchfiles(_MAIN_SCRIPT_DIR .. "/bin/**/*Box2D.a")) then -- Using CICD Pipeline cache else files