Skip to content

Commit 76bdfd5

Browse files
committed
fix CI
1 parent e596c20 commit 76bdfd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
versions:
2020
- ghc: '8.6.5'
21-
cabal: '3.4'
21+
cabal: 'latest'
2222
steps:
2323
- uses: actions/checkout@v2
2424

@@ -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 libgirepository1.0-dev
5557
cabal update
5658
cabal build all --dependencies-only --enable-tests --disable-optimization
5759
- name: Build

0 commit comments

Comments
 (0)