Skip to content

Commit 494f50f

Browse files
committed
comment correction
1 parent 12f1c0d commit 494f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/webgl-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
{% for project in projects.default -%}
2727
{% for platform in test_platforms.desktop -%}
28-
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-
28+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
2929
{% for editor in validation_editors.all -%}
3030
webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
3131
name: WebGl Build - {{ project.name }} [{{ platform.name }}, {{ editor }}, il2cpp]

0 commit comments

Comments
 (0)