Skip to content

Commit

Permalink
Update engine.yml
Browse files Browse the repository at this point in the history
Linux builds are crashing for people

We're going to make them bigger for the short term to find the source of the crash
  • Loading branch information
RevoluPowered authored Jun 10, 2024
1 parent 172d346 commit e21e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Linux Editor
cache-name: linux-editor
target: editor
sconsflags: arch=x86_64 debug_symbols=no optimize=speed production=yes
sconsflags: arch=x86_64 debug_symbols=yes optimize=speed_trace
strip: false
bin: "./bin/godot.linuxbsd.editor.x86_64"
artifact-name: "MirrorGodotEditorLinux.x86_64"
Expand Down

0 comments on commit e21e3cb

Please sign in to comment.