Skip to content

Commit

Permalink
update version in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepassio committed Feb 9, 2024
1 parent db4e5c2 commit ce05b9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/libzmq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
cd libzmq-4.3.5
apt-get install -y debhelper dh-autoreconf libkrb5-dev libnorm-dev libpgm-dev libsodium-dev libunwind8-dev libnss3-dev libgnutls28-dev libbsd-dev pkg-config asciidoc xmlto
ln -s packaging/debian
dpkg-buildpackage -us -uc -nc -v4.3.5-1~${{ matrix.distrib }}
sed -i 's/zeromq ([0-9.\-]*/&-${{ matrix.distrib }}/g' debian/changelog
dpkg-buildpackage -us -uc -nc
cd ..
shell: bash

Expand Down

0 comments on commit ce05b9e

Please sign in to comment.