[WIP] Windows support.

This commit is contained in:
Zied Aouini 2021-11-30 18:00:56 +01:00
parent c9216c44b2
commit 710f9216e6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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