Skip to content

Commit dfaf97d

Browse files
committed
[ci] Try using --headless
1 parent 893ad11 commit dfaf97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
shell: sh
123123
working-directory: ./extern/godot-engine/bin
124124
run: |
125-
./godot.linuxbsd.editor.double.x86_64 --dump-gdextension-interface
126-
./godot.linuxbsd.editor.double.x86_64 --dump-extension-api
125+
./godot.linuxbsd.editor.double.x86_64 --headless --dump-gdextension-interface
126+
./godot.linuxbsd.editor.double.x86_64 --headless --dump-extension-api
127127
128128
- name: Prepare double precision
129129
if: ${{ matrix.precision == 'double' }}

0 commit comments

Comments
 (0)