Skip to content

ci: remove Scoop setup from Windows workflow - #238

Open
mugdhadhole1 wants to merge 1 commit into
mainfrom
internal/ci-remove-scoop-from-windows
Open

ci: remove Scoop setup from Windows workflow#238
mugdhadhole1 wants to merge 1 commit into
mainfrom
internal/ci-remove-scoop-from-windows

Conversation

@mugdhadhole1

Copy link
Copy Markdown
Contributor
  • Removed Scoop setup from the Windows CI job.
  • The previous setup added an extra download/install step on the runner.
  • GitHub windows-2022 runners already include Git for Windows, which provides GNU find.
  • CI now discovers the Git install path at runtime and adds its usr/bin folder to PATH.
  • Result: more reliable and simpler Windows CI with fewer external setup dependencies.

- Removed Scoop setup from the Windows CI job.
- The previous setup added an extra download/install step on the runner.
- GitHub windows-2022 runners already include Git for Windows, which provides GNU find.
- CI now discovers the Git install path at runtime and adds its usr/bin folder to PATH.
- Result: more reliable and simpler Windows CI with fewer external setup dependencies.
@mugdhadhole1
mugdhadhole1 requested a review from a team as a code owner August 28, 2026 11:41
@mugdhadhole1 mugdhadhole1 added the internal Affects the CI, tests or refactorings only, not relevant to the end-user label Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Affects the CI, tests or refactorings only, not relevant to the end-user

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant