Skip to content

Commit e7e4e64

Browse files
committed
fix CI
1 parent e596c20 commit e7e4e64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252

5353
- name: Install dependencies
5454
run: |
55+
sudo apt update
56+
sudo apt install -y libwebkit2gtk-4.0-dev
5557
cabal update
5658
cabal build all --dependencies-only --enable-tests --disable-optimization
5759
- name: Build

0 commit comments

Comments
 (0)