mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-17 16:34:53 +00:00
Test cygwin workflow.
This commit is contained in:
parent
c9148a83e5
commit
10a302fb40
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cygwin.yml
vendored
4
.github/workflows/cygwin.yml
vendored
|
|
@ -11,5 +11,9 @@ jobs:
|
|||
- uses: cygwin/cygwin-install-action@v6.1
|
||||
with:
|
||||
packages: cygwin-devel
|
||||
- name: test
|
||||
run: ls /usr/include
|
||||
- name: test2
|
||||
run: ls /usr/include/netinet
|
||||
- name: Build
|
||||
run: make && make docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue