Skip to content

Commit d08aed9

Browse files
committed
fix libfuse install (#4082)
1 parent c173ac3 commit d08aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appimage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
199199
- name: Test AppImage
200200
run: |
201-
if echo "${{ matrix.arch[0] }}" | grep -q ubuntu; then
201+
if echo "${{ matrix.arch[0] }}" | grep -q -E 'ubuntu|github-linux'; then
202202
sudo apt-get install -y libfuse2
203203
fi
204204
channel="${{ github.ref_name }}"

0 commit comments

Comments
 (0)