INSTALL.md update for Cygwin OK.

This commit is contained in:
Denis Chancogne 2026-04-17 16:27:00 +02:00
parent e7d2f2c556
commit 643a8fc493
3 changed files with 6 additions and 3 deletions

View file

@ -14,3 +14,6 @@ jobs:
- name: Build
shell: bash {0}
run: make && make docs
- name: Check
shell: bash {0}
run: ldd proxytunnel.exe | awk '{print $3}' | grep -v WINDOWS | sort | uniq