Skip to content

Commit 3d5f99c

Browse files
authored
Update pack-libs.yml
1 parent 1ed4af4 commit 3d5f99c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pack-libs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
- windows-2022
3737
- macos-14
3838
lib:
39+
- attr
40+
- gmssl
41+
- jbig
42+
- lerc
43+
- libacl
44+
- libssh2
3945
- zlib
4046
- pkg-config
4147
- bzip2
@@ -83,6 +89,12 @@ jobs:
8389
- { runner: "windows-2022", lib: "libaom" }
8490
- { runner: "windows-2022", lib: "libde265" }
8591
- { 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" }
8698
fail-fast: false
8799
steps:
88100
- name: "Process env string"

0 commit comments

Comments
 (0)