Skip to content

fix: initialize git submodules in CI build workflow - #129

Closed
ManlyMarco with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-failing-github-actions-job
Closed

fix: initialize git submodules in CI build workflow#129
ManlyMarco with Copilot wants to merge 2 commits into
masterfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Aug 3, 2026

Copy link
Copy Markdown

The CI build job was failing because modules/mcs-unity/mcs.csproj (a git submodule) was never checked out, causing MSBuild to abort immediately.

Changes

  • .github/workflows/ci.yaml: Added submodules: true to the actions/checkout@v4 step so the mcs-unity submodule is initialized before dotnet build runs.
- uses: actions/checkout@v4
  with:
    submodules: true

Co-authored-by: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'build' fix: initialize git submodules in CI build workflow Aug 3, 2026
Copilot AI requested a review from ManlyMarco August 3, 2026 20:29
@ManlyMarco ManlyMarco closed this Aug 3, 2026
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.

2 participants