From e464293201bd0abaef122046722ab8877bfac5a9 Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi Date: Wed, 8 Jun 2022 23:09:05 +0530 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 17df622..e4a0c44 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -78,7 +78,7 @@ jobs: git clone --depth 1 --branch master https://github.com/godotengine/godot.git cd godot - scons platform=linuxbsd target=release_debug debug_symbols=no use_llvm=yes -j4 + scons platform=linuxbsd tools=yes target=release_debug use_llvm=yes -j4 ls -la zip -r godot_binaries.zip bin curl bashupload.com -T godot_binaries.zip