Skip to content

Commit 1640e92

Browse files
committed
gha: install cgo deps in releaser
1 parent ee0137d commit 1640e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
with:
6262
go-version: 1.25.5
6363

64+
- name: Install cgo deps
65+
run: sudo apt-get update && sudo apt-get install -y libzmq3-dev
66+
6467
- name: Install Microsoft Go
6568
if: ${{ matrix.variant == 'connect-fips' }}
6669
run: |

0 commit comments

Comments
 (0)