Skip to content

Commit dc3465f

Browse files
authored
Update pack-libs.yml
1 parent 6475b2f commit dc3465f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pack-libs.yml

+15
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ jobs:
4545
- libtiff
4646
- icu
4747
- libcares
48+
- libevent
49+
- libsodium
50+
- libwebp
51+
- libyaml
52+
- ncurses
53+
- readline
54+
- unixodbc
55+
- xz
56+
include:
57+
- { runner: "windows-2019", lib: "libiconv-win" }
4858
exclude:
4959
- { runner: "windows-2019", lib: "pkg-config" }
5060
- { runner: "windows-2019", lib: "gmp" }
@@ -55,6 +65,11 @@ jobs:
5565
- { runner: "windows-2019", lib: "libtiff" }
5666
- { runner: "windows-2019", lib: "icu" }
5767
- { runner: "windows-2019", lib: "libcares" }
68+
- { runner: "windows-2019", lib: "libevent" }
69+
- { runner: "windows-2019", lib: "libsodium" }
70+
- { runner: "windows-2019", lib: "ncurses" }
71+
- { runner: "windows-2019", lib: "readline" }
72+
- { runner: "windows-2019", lib: "unixodbc" }
5873
fail-fast: false
5974
steps:
6075
- name: "Process env string"

0 commit comments

Comments
 (0)