Skip to content

Commit

Permalink
ci/cd: start godot for first time in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Nov 3, 2023
1 parent fea66b0 commit efa30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
unzip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz
mv templates/* ~/.local/share/godot/templates/${{ env.GODOT_VERSION }}.stable
rm -f Godot_v${{ env.GODOT_VERSION }}-stable_linux.x86_64.zip Godot_v${{ env.GODOT_VERSION }}-stable_export_templates.tpz
godot -e -q
godot --headless -e -q
####################
# WINDOWS
Expand Down

0 comments on commit efa30a3

Please sign in to comment.