Skip to content

Commit

Permalink
Update save-cache and restore-cache actions 11/06/2024 | 24w45a3
Browse files Browse the repository at this point in the history
  • Loading branch information
GamesTrap committed Nov 7, 2024
1 parent 48aae32 commit 6e7a6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/Box2D.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7a6b9

Please sign in to comment.