mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-17 16:34:53 +00:00
Test cygwin workflow #6.
This commit is contained in:
parent
029355563b
commit
3cbc3b6384
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cygwin.yml
vendored
4
.github/workflows/cygwin.yml
vendored
|
|
@ -10,10 +10,10 @@ jobs:
|
|||
- uses: actions/checkout@v6.0.2
|
||||
- uses: cygwin/cygwin-install-action@v6.1
|
||||
with:
|
||||
packages: cygwin-devel
|
||||
packages: gcc-core
|
||||
- name: test
|
||||
shell: bash {0}
|
||||
run: gcc --version && cc --version
|
||||
run: gcc --version && cc --version && make --version && ld --version
|
||||
- name: Build
|
||||
shell: bash {0}
|
||||
run: make && make docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue