ci: fix workflow path for Windows self-hosted runner

- Update the reference from _build_windows_self_hosted.yml to _build_windows_self_host.yml to match the actual file name.
This commit is contained in:
Junya Morioka
2026-01-07 18:02:16 +09:00
parent 78b202b86d
commit 25520845fb
+1 -1
View File
@@ -181,7 +181,7 @@ jobs:
torch-version: ${{ fromjson(needs.create_matrix.outputs.matrix).windows_self_hosted.torch-version }}
cuda-version: ${{ fromjson(needs.create_matrix.outputs.matrix).windows_self_hosted.cuda-version }}
exclude: ${{ fromjson(needs.create_matrix.outputs.matrix).exclude }}
uses: ./.github/workflows/_build_windows_self_hosted.yml
uses: ./.github/workflows/_build_windows_self_host.yml
with:
flash-attn-version: ${{ matrix.flash-attn-version }}
python-version: ${{ matrix.python-version }}