Skip to content

Commit 7aacdf7

Browse files
authored
Merge pull request #31 from vim-jp/ci-install-libfuse2
CI: Install libfuse2 for appimage
2 parents 424f445 + f7e3430 commit 7aacdf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Initialization
14+
run: |
15+
sudo apt-get update
16+
# libfuse2 is needed for appimage.
17+
sudo apt-get -y install libfuse2
1318
- name: checkout master
1419
uses: actions/checkout@v2
1520
with:

0 commit comments

Comments
 (0)