From b338d4fea1446ce1336f7acd45d369bffc969277 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:36:09 +0200 Subject: [PATCH] CI Cache test --- .github/actions/godot-build/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/godot-build/action.yml b/.github/actions/godot-build/action.yml index 61613d262897..8d5dadf5b37b 100644 --- a/.github/actions/godot-build/action.yml +++ b/.github/actions/godot-build/action.yml @@ -48,4 +48,6 @@ runs: fi scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} + # Run again without doing anything to clean cache. + scons platform=${{ inputs.platform }} target=${{ inputs.target }} tests=${{ inputs.tests }} ${{ env.SCONSFLAGS }} -n ls -l bin/