Skip to content

Commit c6c010e

Browse files
committed
Try to add missing dependencies take 2
1 parent fe08b4b commit c6c010e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
override: true
1919

2020
- name: Install gtk and webkit2gtk
21-
run: sudo apt update && sudo apt install libgtk-3-dev webkit2gtk
21+
run: sudo apt update && sudo apt install libgtk-3-dev libwebkit2gtk-4.0-dev
2222

2323
- name: Build
2424
run: cargo build --all --release && strip target/release/quickmd && mv target/release/quickmd target/release/quickmd_amd64

0 commit comments

Comments
 (0)