Disable Direct3D 12
Some checks failed
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-debug, Debug Template, no, template_debug) (push) Failing after 22m12s
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-release, Release Template, yes, template_release) (push) Has been cancelled
Build Godot Engine / Build Windows ${{ matrix.name }} (godot-windows-editor, Editor, yes, editor) (push) Has been cancelled

This commit is contained in:
2025-12-01 21:37:00 +01:00
parent f9f4f1aece
commit ff388b0aa1

View File

@ -56,6 +56,7 @@ jobs:
# Godot 4 SCons Command
scons platform=windows \
target=${{ matrix.target }} \
d3d12=no \
arch=x86_64 \
precision=double \
production=${{ matrix.production }} \