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