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 0701066 commit 0c23401Copy full SHA for 0c23401
.github/workflows/pack-libs.yml
@@ -37,10 +37,19 @@ jobs:
37
- sqlite
38
- liblz4
39
- openssl
40
+ - brotli
41
+ - libargon2
42
+ - libiconv
43
+ - libavif
44
+ - libpng
45
exclude:
46
- { runner: "windows-2019", lib: "pkg-config" }
47
- { runner: "windows-2019", lib: "gmp" }
48
- { runner: "windows-2019", lib: "liblz4" }
49
+ - { runner: "windows-2019", lib: "brotli" }
50
+ - { runner: "windows-2019", lib: "libargon2" }
51
+ - { runner: "windows-2019", lib: "libiconv" }
52
+
53
fail-fast: false
54
steps:
55
- name: "Process env string"
0 commit comments