Change base from ubuntu20.04 to ubuntu22.04 and add possible dependencies
Try loading the plugin into nvim / build (ubuntu-22.04) (push) Failing after 55s Details

This commit is contained in:
Yannick Reiß 2024-12-18 11:00:13 +01:00
parent ef31d3db9c
commit ae46d967b2
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04]
steps:
- name: Checkout code
@ -16,7 +16,7 @@ jobs:
- name: Prepare system
run: |
apt-get update -qy
apt install -y libc6 cmake
apt install -y libc6 cmake gcc make
- name: Install dependencies
run: |