Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
add zmq and pcap deps
  • Loading branch information
groovybits authored Dec 8, 2023
1 parent 50ff021 commit e1989a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpcap-dev libzmq3-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit e1989a7

Please sign in to comment.