Add system packages
Some checks failed
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Failing after 19s

This commit is contained in:
2024-12-18 10:51:02 +01:00
parent cdff94cb58
commit ef31d3db9c

View File

@@ -16,6 +16,7 @@ jobs:
- name: Prepare system
run: |
apt-get update -qy
apt install -y libc6 cmake
- name: Install dependencies
run: |