We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e596c20 commit e7e4e64Copy full SHA for e7e4e64
.github/workflows/ci.yml
@@ -52,6 +52,8 @@ jobs:
52
53
- name: Install dependencies
54
run: |
55
+ sudo apt update
56
+ sudo apt install -y libwebkit2gtk-4.0-dev
57
cabal update
58
cabal build all --dependencies-only --enable-tests --disable-optimization
59
- name: Build
0 commit comments