Skip to content

Commit

Permalink
Install libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Dec 11, 2022
1 parent 885725d commit 077c964
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 @@ -25,6 +25,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup
run: |
sudo apt update -y
sudo apt install -y libssl-dev
sudo ldconfig
- uses: haskell/actions/setup@v1
id: setup-haskell-cabal
name: Setup Haskell
Expand Down

0 comments on commit 077c964

Please sign in to comment.