Skip to content

Commit f99a9b2

Browse files
committed
Need the Cygwin libcrypt-devel package as well
1 parent e627acd commit f99a9b2

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 ccache perl
24+
cyg-get cygwin-devel gcc-core gcc gcc-g++ make cygwin64-w32api-headers binutils libtool git perl libcrypt-devel
2525
- name: Find out environment
2626
shell: cmd
2727
run: |

0 commit comments

Comments
 (0)