Skip to content

fix: Start Docker daemon on Windows runner before building - #380

Draft
MaxHeimbrock wants to merge 1 commit into
mainfrom
fix/docker-windows-build
Draft

fix: Start Docker daemon on Windows runner before building#380
MaxHeimbrock wants to merge 1 commit into
mainfrom
fix/docker-windows-build

Conversation

@MaxHeimbrock

@MaxHeimbrock MaxHeimbrock commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Background

The Windows build job was flaky because the Docker daemon was not running. The game-ci/unity-builder action internally uses Docker, which requires the daemon to be active. This fix adds a step to start the Docker service before the build step on the Windows runner.

Fixes the error: "failed to connect to the docker API at npipe:////./pipe/docker_engine"

The Windows build job was failing because the Docker daemon was not running.
The game-ci/unity-builder action internally uses Docker, which requires the
daemon to be active. This fix adds a step to start the Docker service before
the build step on the Windows runner.

Fixes the error: "failed to connect to the docker API at npipe:////./pipe/docker_engine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant