We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1c6ca commit 6475b2fCopy full SHA for 6475b2f
.github/workflows/pack-libs.yml
@@ -43,6 +43,8 @@ jobs:
43
- libavif
44
- libpng
45
- libtiff
46
+ - icu
47
+ - libcares
48
exclude:
49
- { runner: "windows-2019", lib: "pkg-config" }
50
- { runner: "windows-2019", lib: "gmp" }
@@ -51,6 +53,8 @@ jobs:
51
53
- { runner: "windows-2019", lib: "libargon2" }
52
54
- { runner: "windows-2019", lib: "libiconv" }
55
- { runner: "windows-2019", lib: "libtiff" }
56
+ - { runner: "windows-2019", lib: "icu" }
57
+ - { runner: "windows-2019", lib: "libcares" }
58
fail-fast: false
59
steps:
60
- name: "Process env string"
0 commit comments