Skip to content

Commit 01e154e

Browse files
committed
CI: Ubuntu 22.04 AppImage needs libfuse2
1 parent e192f79 commit 01e154e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: sudo apt-get install ccache
5555

5656
- name: Install post-link dependencies
57-
run: sudo apt-get install -y binutils patchelf
57+
run: sudo apt-get install -y binutils patchelf libfuse2
5858

5959
- name: Prepare ccache timestamp
6060
id: ccache_cache_timestamp

.github/workflows/linux_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: sudo apt-get install ccache
6161

6262
- name: Install post-link dependencies
63-
run: sudo apt-get install -y binutils patchelf
63+
run: sudo apt-get install -y binutils patchelf libfuse2
6464

6565
- name: Prepare ccache timestamp
6666
id: ccache_cache_timestamp

0 commit comments

Comments
 (0)