We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04428c9 commit be06c95Copy full SHA for be06c95
.github/workflows/linux_vim.yml
@@ -83,6 +83,6 @@ jobs:
83
export THEMIS_VIM=vim
84
# https://github.com/project-slippi/Ishiiruka/issues/323
85
# It was needed to detect the actual path of `libgmodule` via `ldconfig -p | grep libg`.
86
- LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so vim --version
87
- LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so themis
+ LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 vim --version
+ LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 themis
88
0 commit comments