Skip to content

Commit

Permalink
install pcre in release job (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Jan 22, 2025
1 parent 5690d74 commit 6a57231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: sudo apt-get install --assume-yes --no-install-recommends librdkafka-dev
- run: sudo apt-get install --assume-yes --no-install-recommends libpcre3-dev librdkafka-dev

- name: "Build with Haddocks"
uses: freckle/stack-action@v5
Expand Down

0 comments on commit 6a57231

Please sign in to comment.