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.
2 parents 7aacdf7 + 0d6682a commit b49d607Copy full SHA for b49d607
.github/workflows/generate.yml
@@ -13,8 +13,9 @@ jobs:
13
- name: Initialization
14
run: |
15
sudo apt-get update
16
- # libfuse2 is needed for appimage.
+ # libfuse2 and LD_PRELOAD are needed for appimage.
17
sudo apt-get -y install libfuse2
18
+ echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
19
- name: checkout master
20
uses: actions/checkout@v2
21
with:
0 commit comments