mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Fix CI
This commit is contained in:
5
.github/workflows/linux_neovim.yml
vendored
5
.github/workflows/linux_neovim.yml
vendored
@@ -36,6 +36,11 @@ jobs:
|
|||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
continue-on-error: ${{matrix.allow_failure}}
|
continue-on-error: ${{matrix.allow_failure}}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
# https://github.com/Zettlr/Zettlr/issues/3517
|
||||||
|
sudo apt-get install libfuse2
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download neovim
|
- name: Download neovim
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
12
.github/workflows/linux_vim.yml
vendored
12
.github/workflows/linux_vim.yml
vendored
@@ -31,6 +31,11 @@ jobs:
|
|||||||
glibc_version: 2.15
|
glibc_version: 2.15
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
# https://github.com/Zettlr/Zettlr/issues/3517
|
||||||
|
sudo apt-get install libfuse2
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download vim
|
- name: Download vim
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -72,5 +77,8 @@ jobs:
|
|||||||
export PATH=./vim-themis/bin:$PATH
|
export PATH=./vim-themis/bin:$PATH
|
||||||
export PATH=./bin:$PATH
|
export PATH=./bin:$PATH
|
||||||
export THEMIS_VIM=vim
|
export THEMIS_VIM=vim
|
||||||
vim --version
|
# https://github.com/project-slippi/Ishiiruka/issues/323
|
||||||
themis
|
# It was needed to detect the actual path of `libgmodule` via `ldconfig -p | grep libg`.
|
||||||
|
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so vim --version
|
||||||
|
LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so themis
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user