From 44baa8d94b5dc69542c7a07078e16c2eeac413ed Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 2 May 2026 17:06:22 +0200 Subject: [PATCH] ci(external): no need for neovim-ppa/stable Problem: The with-external-deps workflow keeps failing because adding the neovim-ppa/stable times out. Solution: Don't add the PPA; it doesn't seem to be necessary for installing current dependencies. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45e44416fe..0bcd220948 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -320,7 +320,6 @@ jobs: - name: Install dependencies run: | - sudo add-apt-repository ppa:neovim-ppa/stable sudo apt-get install -y \ libluajit-5.1-dev \ libunibilium-dev \