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