We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e596c20 commit 76bdfd5Copy full SHA for 76bdfd5
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
matrix:
19
versions:
20
- ghc: '8.6.5'
21
- cabal: '3.4'
+ cabal: 'latest'
22
steps:
23
- uses: actions/checkout@v2
24
@@ -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 libgirepository1.0-dev
57
cabal update
58
cabal build all --dependencies-only --enable-tests --disable-optimization
59
- name: Build
0 commit comments