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

This commit is contained in:
Yannick Reiß 2024-12-18 10:51:02 +01:00
parent cdff94cb58
commit ef31d3db9c
1 changed files with 1 additions and 0 deletions

View File

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