Skip to content

Commit

Permalink
adding system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz1502 committed Jul 19, 2024
1 parent 03e8baf commit 01e9dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

runs-on: ubuntu-latest

- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y zlib1g-dev libgmp-dev

steps:
- uses: actions/checkout@v3
- uses: actions/setup-haskell@v1
Expand Down

0 comments on commit 01e9dad

Please sign in to comment.