ci(external): no need for neovim-ppa/stable #39557

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 look to be necessary for
installing current dependencies.
This commit is contained in:
Christian Clason
2026-05-02 16:19:54 +02:00
committed by GitHub
parent ec671a2d51
commit 22f3b28367

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 \