From bf49616df9ae5ecdb60083ffc302ffdfe98571ee Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sat, 30 Oct 2021 23:26:39 -0700 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 106b8adc..8cce2c4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: versions: - ghc: '8.6.5' - cabal: '3.4' + cabal: 'latest' steps: - uses: actions/checkout@v2 @@ -52,6 +52,8 @@ jobs: - name: Install dependencies run: | + sudo apt update + sudo apt install -y libwebkit2gtk-4.0-dev cabal update cabal build all --dependencies-only --enable-tests --disable-optimization - name: Build