File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1111 generate :
1212 runs-on : ubuntu-latest
1313 steps :
14+ - name : Initialization
15+ run : |
16+ sudo apt-get update
17+ # libfuse2 and LD_PRELOAD are needed for appimage.
18+ sudo apt-get -y install libfuse2
19+ echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
1420 - name : checkout master
1521 uses : actions/checkout@v2
1622 with :
6470 # work after "generate" to updated vimdoc-ja/master branch
6571 # parallel work conflict vimdoc-ja repo status
6672 steps :
73+ - name : Initialization
74+ run : |
75+ sudo apt-get update
76+ # libfuse2 and LD_PRELOAD are needed for appimage.
77+ sudo apt-get -y install libfuse2
78+ echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
6779 - name : checkout master
6880 uses : actions/checkout@v2
6981 with :
You can’t perform that action at this time.
0 commit comments