mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
72b14502c3
commit
f6192653ef
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-on-windows.yml
vendored
3
.github/workflows/test-on-windows.yml
vendored
|
@ -38,8 +38,7 @@ jobs:
|
|||
7z x -y "C:\wpcap-sdk.zip" -o"C:\winpcap"
|
||||
copy builder\libusb.pc C:\pkg-config\libusb.pc
|
||||
copy builder\libusb.pc C:\pkg-config\libusb-1.0.pc
|
||||
echo "PKG_CONFIG_PATH=C:\pkg-config\" >> $GITHUB_ENV
|
||||
|
||||
- name: Run Tests
|
||||
run: env GO111MODULE=on make test
|
||||
run: env GO111MODULE=on PKG_CONFIG_PATH=C:\pkg-config\ make test
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue