From 1ae5080693bc9e02b643ec0fa4fd7bd7bd7e9498 Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Sun, 14 Jan 2024 12:51:23 +0100 Subject: [PATCH] ci: use workaround to import resources --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 7f833e0..bd34b34 100644 --- a/Justfile +++ b/Justfile @@ -158,9 +158,12 @@ godot *ARGS: check-godot check-templates @install-addons: [ -f plug.gd ] && just godot --headless --script plug.gd install force || true +# Workaround from https://github.com/godotengine/godot/pull/68461 # Import game resources @import-resources: - just godot --editor --headless --quit || true + just godot --headless --export-pack null /dev/null + # timeout 60 just godot --editor || true + # just godot --headless --quit --editor # Open the Godot editor @editor: