Skip to content

Commit

Permalink
Install libpcal-dev in rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Feb 7, 2024
1 parent cbf5a3b commit a61b840
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:

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

0 comments on commit a61b840

Please sign in to comment.