Skip to content

Commit

Permalink
ci: use workaround to import resources
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Jan 14, 2024
1 parent f1116ce commit 1ae5080
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1ae5080

Please sign in to comment.