We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e36027 commit ed30f3cCopy full SHA for ed30f3c
.github/workflows/release.yml
@@ -31,7 +31,9 @@ jobs:
31
run: |
32
sudo apt-get update && \
33
sudo apt-get install \
34
- debhelper dput libevent-dev libpcre3-dev libssl-dev pkg-config
+ build-essential autoconf automake libpcre3-dev libevent-dev \
35
+ pkg-config zlib1g-dev libssl-dev libboost-all-dev cmake flex \
36
+ debhelper dput
37
- name: Create changelog
38
env:
39
VERSION: ${{ github.event.inputs.tag_name || github.event.release.tag_name }}
0 commit comments