From 45e1cc0b1ec17108695cc0f9c34b69891c79aa2d Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Wed, 7 Jan 2026 18:04:38 +0900 Subject: [PATCH] ci: add docs for Windows selh-hosted --- .github/workflows/_build_windows_self_host.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_build_windows_self_host.yml b/.github/workflows/_build_windows_self_host.yml index 738a259..0b09d75 100644 --- a/.github/workflows/_build_windows_self_host.yml +++ b/.github/workflows/_build_windows_self_host.yml @@ -4,6 +4,7 @@ # Prerequisites (must be pre-installed on the runner): # - pwsh # - Git +# - GitHub CLI (gh) # - Chocolatey # - Visual Studio BuildTools 2022 with: # - Microsoft.VisualStudio.Component.VC.Tools.x86.x64