From 4930aee615822a4c31899654f6144b5aad6b6994 Mon Sep 17 00:00:00 2001 From: HueByte Date: Sat, 21 Feb 2026 17:23:14 +0100 Subject: [PATCH] chore: update CI workflows to temporarily remove Terminal.Gui submodule's nuget.config to fix restore issues --- .github/workflows/ci.yml | 2 ++ .github/workflows/docs.yml | 1 + .github/workflows/release.yml | 1 + 3 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd398d7..1d91ad0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: with: submodules: recursive + # TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged - name: Remove submodule NuGet config run: rm -f src/Terminal.Gui/nuget.config @@ -45,6 +46,7 @@ jobs: fetch-depth: 0 submodules: recursive + # TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged - name: Remove submodule NuGet config run: rm -f src/Terminal.Gui/nuget.config diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f05a1bf..cbc2dde 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,6 +19,7 @@ jobs: with: submodules: recursive + # TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged - name: Remove submodule NuGet config run: rm -f src/Terminal.Gui/nuget.config diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd21b95..1a200d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: fetch-depth: 0 submodules: recursive + # TEMPORARY: Terminal.Gui submodule's nuget.config breaks restore — remove until PR #4234 is merged - name: Remove submodule NuGet config run: rm -f src/Terminal.Gui/nuget.config