diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc58994..534cfa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive - name: Setup .NET 10 uses: actions/setup-dotnet@v4 @@ -38,6 +40,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive - name: Check for src/ changes id: changes diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5156116..fbde50f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,6 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive - name: Setup .NET 10 uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bee4c9..62f6db3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive - name: Check for src/ changes id: changes diff --git a/src/Terminal.Gui b/src/Terminal.Gui index 23d929e..acc7b81 160000 --- a/src/Terminal.Gui +++ b/src/Terminal.Gui @@ -1 +1 @@ -Subproject commit 23d929e523f2466dc011a17265e79caf36a768b4 +Subproject commit acc7b819237aef83e67ff80007074b33691c95c4