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.
This commit is contained in:
Christian Clason
2026-05-02 17:06:22 +02:00
committed by Christian Clason
parent 0c9dd4e471
commit 44baa8d94b

View File

@@ -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 \