mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-16 02:37:41 +00:00
Minor Fix.
This commit is contained in:
parent
7af4ee1925
commit
425bbebc9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_publish.yml
vendored
2
.github/workflows/build_and_publish.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install autoconf automake libtool pkg-config gettext libjson-c-dev
|
||||
sudo apt-get install autoconf automake libtool pkg-config gettext libjson-c-dev libpcap-dev
|
||||
sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison
|
||||
- name: Installing macOS prerequisites
|
||||
if: startsWith(matrix.os, 'macOS')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue