Change base from ubuntu20.04 to ubuntu22.04 and add possible dependencies
Some checks failed
Try loading the plugin into nvim / build (ubuntu-22.04) (push) Failing after 55s
Some checks failed
Try loading the plugin into nvim / build (ubuntu-22.04) (push) Failing after 55s
This commit is contained in:
@@ -7,7 +7,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-22.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Prepare system
|
- name: Prepare system
|
||||||
run: |
|
run: |
|
||||||
apt-get update -qy
|
apt-get update -qy
|
||||||
apt install -y libc6 cmake
|
apt install -y libc6 cmake gcc make
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user