mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
[WIP] Windows support.
This commit is contained in:
parent
c9216c44b2
commit
710f9216e6
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev flex bison
|
||||
|
||||
- name: Installing NFStream requirements
|
||||
# if: steps.pip-cache.outputs.cache-hit != 'true'
|
||||
if: steps.pip-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
pip install -r dev_requirements.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
brew install autoconf automake libtool pkg-config gettext json-c
|
||||
|
||||
- name: Installing NFStream requirements
|
||||
# if: steps.pip-cache.outputs.cache-hit != 'true'
|
||||
if: steps.pip-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
pip install -r dev_requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue