Skip to content

Commit

Permalink
install libzmq in github script
Browse files Browse the repository at this point in the history
  • Loading branch information
prasunanand committed Aug 29, 2024
1 parent b14136b commit 4dc4bb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
go-version: '1.23'

- name: Update and install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libzmq3-dev
# Verify installation
dpkg -s libzmq3-dev
- name: Build
run: go build -v ./...

Expand Down

0 comments on commit 4dc4bb2

Please sign in to comment.