We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--headless
1 parent 893ad11 commit dfaf97dCopy full SHA for dfaf97d
.github/workflows/build.yml
@@ -122,8 +122,8 @@ jobs:
122
shell: sh
123
working-directory: ./extern/godot-engine/bin
124
run: |
125
- ./godot.linuxbsd.editor.double.x86_64 --dump-gdextension-interface
126
- ./godot.linuxbsd.editor.double.x86_64 --dump-extension-api
+ ./godot.linuxbsd.editor.double.x86_64 --headless --dump-gdextension-interface
+ ./godot.linuxbsd.editor.double.x86_64 --headless --dump-extension-api
127
128
- name: Prepare double precision
129
if: ${{ matrix.precision == 'double' }}
0 commit comments