Skip to content

Commit 7b693ab

Browse files
committed
CI: Install a library to link to on Cygwin
Cygwin separates import libraries from dynamic libraries (needed link time vs run time).
1 parent 0a479d3 commit 7b693ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
python${{ matrix.python }}-tox,
115115
gcc-core,
116116
gcc-g++,
117+
zlib-devel,
117118
ncompress
118119
git
119120
- name: Run tests

0 commit comments

Comments
 (0)