Skip to content

Commit

Permalink
Use libpcre3-dev on apt release flow (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Jan 30, 2025
1 parent 4b0f5ee commit 2e36027
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 @@ -31,7 +31,7 @@ jobs:
run: |
sudo apt-get update && \
sudo apt-get install \
debhelper dput libevent-dev libpcre2-dev libssl-dev pkg-config
debhelper dput libevent-dev libpcre3-dev libssl-dev pkg-config
- name: Create changelog
env:
VERSION: ${{ github.event.inputs.tag_name || github.event.release.tag_name }}
Expand Down

0 comments on commit 2e36027

Please sign in to comment.