Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scripts/ti_build/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def setup_basic_build_env():
setup_clang()

setup_llvm()
if u.system == "Linux":
# We support & test Vulkan shader debug printf on Linux
if u.system in ("Linux", "Windows"):
# We support & test Vulkan shader debug printf on Linux && Windows
# This is done through the validation layer
from .vulkan import setup_vulkan

Expand Down
Loading