Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Oct 31, 2021
1 parent e596c20 commit bf49616
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
versions:
- ghc: '8.6.5'
cabal: '3.4'
cabal: 'latest'
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bf49616

Please sign in to comment.