You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup-vcpkg: resolve runner image version for binary-cache key
Fixes the dead env.ImageVersion key segment so the vcpkg binary cache rotates
on runner-image/ABI bumps instead of permanently rebuilding from source.
fix(docs): use npm for VitePress build check (#59)
pnpm 10+ gates dependency build scripts behind an allowlist whose setting
keeps being renamed (onlyBuiltDependencies -> allowBuilds in v11), which
repeatedly broke esbuild's postinstall in this throwaway scaffold. npm runs
build scripts by default — immune to pnpm version churn. Validated: vitepress
build completes and emits dist.