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