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