Run linux build
Some checks failed
Build Game / Export Game Client (push) Failing after 32s

This commit is contained in:
2025-12-04 09:27:46 +01:00
parent 66d1de1411
commit 90585cde4b

View File

@ -86,7 +86,7 @@ jobs:
cd src/
# "Linux/X11" must match the name in your export_presets.cfg
./godot_headless --headless --export-release "Linux/X11" ../build/linux/game.x86_64
../godot_headless --headless --export-release "Linux/X11" ../build/linux/game.x86_64
cd ..