Skip to content

Commit 181256b

Browse files
delta1philippem
authored andcommitted
ci: fix test job
ubuntu 22.04 was failing to run electrum.AppImage with the following error: dlopen(): error loading libfuse.so.2 AppImages require FUSE to run. Fix by installing libfuse2
1 parent ddfe926 commit 181256b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
test:
2323
runs-on: ubuntu-22.04
2424
steps:
25+
- run: sudo apt-get update && sudo apt-get install libfuse2
2526
- uses: actions/checkout@v4
2627
- uses: dtolnay/[email protected]
2728
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)