Skip to content

Commit

Permalink
Matching CI deps on Release github flow (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Jan 30, 2025
1 parent 2e36027 commit ed30f3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: |
sudo apt-get update && \
sudo apt-get install \
debhelper dput libevent-dev libpcre3-dev libssl-dev pkg-config
build-essential autoconf automake libpcre3-dev libevent-dev \
pkg-config zlib1g-dev libssl-dev libboost-all-dev cmake flex \
debhelper dput
- name: Create changelog
env:
VERSION: ${{ github.event.inputs.tag_name || github.event.release.tag_name }}
Expand Down

0 comments on commit ed30f3c

Please sign in to comment.