Skip to content

Commit b49d607

Browse files
authored
Merge pull request #33 from vim-jp/ci-fix-appimage
CI: Additional fix for appimage
2 parents 7aacdf7 + 0d6682a commit b49d607

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)