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
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:
@ -56,6 +56,7 @@ jobs:
|
|||||||
# Godot 4 SCons Command
|
# Godot 4 SCons Command
|
||||||
scons platform=windows \
|
scons platform=windows \
|
||||||
target=${{ matrix.target }} \
|
target=${{ matrix.target }} \
|
||||||
|
d3d12=no \
|
||||||
arch=x86_64 \
|
arch=x86_64 \
|
||||||
precision=double \
|
precision=double \
|
||||||
production=${{ matrix.production }} \
|
production=${{ matrix.production }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user