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