more complete godot projet restore

This commit is contained in:
2026-01-28 17:10:35 +01:00
parent bfd06d167f
commit 863e470328

View File

@@ -87,5 +87,5 @@ runs:
run: |
cd "${{ inputs.project_dir }}"
echo -e "\e[94mStart of the recovery of the project cache ...\e[0m"
$GODOT_BIN --path ./ -e --headless --quit-after 2000
$GODOT_BIN --path ./ -e --headless --build-solutions --quit --import
echo -e "\e[94mProject cache successfully restored.\e[0m"