Skip to content

Commit

Permalink
Merge pull request #33 from vim-jp/ci-fix-appimage
Browse files Browse the repository at this point in the history
CI: Additional fix for appimage
  • Loading branch information
k-takata authored Dec 6, 2022
2 parents 7aacdf7 + 0d6682a commit b49d607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Initialization
run: |
sudo apt-get update
# libfuse2 is needed for appimage.
# libfuse2 and LD_PRELOAD are needed for appimage.
sudo apt-get -y install libfuse2
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
- name: checkout master
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit b49d607

Please sign in to comment.