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 1ed4af4 commit 3d5f99cCopy full SHA for 3d5f99c
.github/workflows/pack-libs.yml
@@ -36,6 +36,12 @@ jobs:
36
- windows-2022
37
- macos-14
38
lib:
39
+ - attr
40
+ - gmssl
41
+ - jbig
42
+ - lerc
43
+ - libacl
44
+ - libssh2
45
- zlib
46
- pkg-config
47
- bzip2
@@ -83,6 +89,12 @@ jobs:
83
89
- { runner: "windows-2022", lib: "libaom" }
84
90
- { runner: "windows-2022", lib: "libde265" }
85
91
- { runner: "windows-2022", lib: "libheif" }
92
+ - { runner: "windows-2022", lib: "attr" }
93
+ - { runner: "windows-2022", lib: "jbig" }
94
+ - { runner: "windows-2022", lib: "lerc" }
95
+ - { runner: "windows-2022", lib: "libacl" }
96
+ - { runner: "macos-13", lib: "libacl" }
97
+ - { runner: "macos-14", lib: "libacl" }
86
98
fail-fast: false
87
99
steps:
88
100
- name: "Process env string"
0 commit comments