Skip to content

Commit 0d6682a

Browse files
committed
CI: Additional fix for appimage
Additional fix to #31. Fix this error: https://github.com/vim-jp/vimdoc-en/actions/runs/3548225724/jobs/5959199695
1 parent 7aacdf7 commit 0d6682a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
- name: Initialization
1414
run: |
1515
sudo apt-get update
16-
# libfuse2 is needed for appimage.
16+
# libfuse2 and LD_PRELOAD are needed for appimage.
1717
sudo apt-get -y install libfuse2
18+
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
1819
- name: checkout master
1920
uses: actions/checkout@v2
2021
with:

0 commit comments

Comments
 (0)