Skip to content

Commit 0b20bc5

Browse files
committed
Add libnsl-devel to Cygwin packages we need
1 parent 772bf87 commit 0b20bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-windows-cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Cygwin
2222
run: |
2323
choco install cygwin cyg-get
24-
cyg-get cygwin-devel gcc-core gcc gcc-g++ make cygwin64-w32api-headers binutils libtool git perl libcrypt-devel
24+
cyg-get cygwin-devel gcc-core gcc gcc-g++ make cygwin64-w32api-headers binutils libtool git perl libcrypt-devel libnsl-devel
2525
- name: Find out environment
2626
shell: cmd
2727
run: |

0 commit comments

Comments
 (0)