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.
1 parent cf00d43 commit 88249f4Copy full SHA for 88249f4
2 files changed
.github/workflows/test.yml
@@ -48,8 +48,6 @@ jobs:
48
env:
49
CC: gcc
50
GODOT_BIN: ./godot.exe
51
- XDG_DATA_HOME:
52
- XDG_CONFIG_HOME:
53
54
test_osx:
55
name: Run tests on OSX
src/tools/project.godot
@@ -14,3 +14,7 @@ singletons=[ "res://addons/godot-lua-pluginscript/lua_pluginscript.gdnlib" ]
14
15
file_logging/enable_file_logging.pc=false
16
file_logging/log_path="testlogdir"
17
+
18
+[rendering]
19
20
+quality/driver/driver_name="GLES2"
0 commit comments