Skip to content

Commit

Permalink
Add liblzma-dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kharus committed Oct 14, 2024
1 parent 12126c9 commit 2fb8050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Ubuntu Prerequisites (libpcre)
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get install libpcre3-dev
sudo apt-get install libpcre3-dev liblzma-dev
- name: Install MacOS Prerequisites (libpcre)
if: startsWith(matrix.os, 'macOS')
Expand Down

0 comments on commit 2fb8050

Please # to comment.