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.
1 parent f33845d commit dc1d646Copy full SHA for dc1d646
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Install libfuse2
19
- run: sudo apt-get install -y libfuse2
+ run: sudo apt-get install -y libfuse2 imagemagick
20
- name: Build
21
id: build
22
uses: valicm/appimage-bash@main
0 commit comments