game-ci / docker

Series of CI-specialised docker images for Unity.
https://hub.docker.com/u/unityci
MIT License
392 stars 122 forks source link

Windows images + git #148

Closed davidmfinol closed 2 years ago

davidmfinol commented 2 years ago

Context

The new windows images do not have git installed, so if there are dependencies in Packages/manifest.json that require git, the build will fail.

Suggested solution

Install git onto the windows images.

Considered alternatives

Could maybe use a power-shell script to install git during the build.

Additional details

See error here: https://github.com/finol-digital/Card-Game-Simulator/runs/4946224582?check_suite_focus=true#step:4:351