diff options
author | Gregory Anders <greg@gpanders.com> | 2024-08-05 11:31:48 -0500 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-08-05 19:04:09 +0200 |
commit | b3641b80083d395b322fa2c5c84ed67f39cd76cd (patch) | |
tree | 588fc854e2b163b24baec0da5d894420464aac54 | |
parent | fd1d84c705128372dc25e3a833e9a1dc6b9e81e0 (diff) | |
download | rneovim-b3641b80083d395b322fa2c5c84ed67f39cd76cd.tar.gz rneovim-b3641b80083d395b322fa2c5c84ed67f39cd76cd.tar.bz2 rneovim-b3641b80083d395b322fa2c5c84ed67f39cd76cd.zip |
build(deps): remove libtermkey dependency
It's been vendored since https://github.com/neovim/neovim/pull/25870.
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4759426bb4..55319bb012 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -241,7 +241,6 @@ jobs: sudo add-apt-repository ppa:neovim-ppa/stable sudo apt-get install -y \ libluajit-5.1-dev \ - libtermkey-dev \ libunibilium-dev \ libuv1-dev \ lua-filesystem \ |