Skip to content

Commit

Permalink
Add missing pcre-dev to linux GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
lazamar committed Nov 29, 2024
1 parent 250e202 commit dabe3b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
cabal-version: 'latest'
cabal-update: true

- name: Install system dependencies Linux
if: runner.os == 'Linux'
run: |
apt-get install pcre-dev
- name: Build - Configure
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation
Expand Down

0 comments on commit dabe3b0

Please sign in to comment.