Skip to content

Commit

Permalink
Cover stack as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Dec 11, 2022
1 parent 077c964 commit a78577a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
ghc-version: ${{ matrix.ghc }}
stack-version: ${{ matrix.stack }}

- name: Setup
run: |
sudo apt update -y
sudo apt install -y libssl-dev
sudo ldconfig
- uses: actions/[email protected]
name: Cache ~/.stack
with:
Expand Down

0 comments on commit a78577a

Please sign in to comment.