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