Skip to content

Commit 6fabac3

Browse files
authored
Add libacl and attr for unix pre-built libs (#7)
1 parent a1294f9 commit 6fabac3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pack-libs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- libaom
6161
- libde265
6262
- libheif
63+
- libacl
64+
- attr
6365
exclude:
6466
- { runner: "windows-2019", lib: "pkg-config" }
6567
- { runner: "windows-2019", lib: "gmp" }
@@ -79,6 +81,8 @@ jobs:
7981
- { runner: "windows-2019", lib: "libaom" }
8082
- { runner: "windows-2019", lib: "libde265" }
8183
- { runner: "windows-2019", lib: "libheif" }
84+
- { runner: "windows-2019", lib: "libacl" }
85+
- { runner: "windows-2019", lib: "attr" }
8286
fail-fast: false
8387
steps:
8488
- name: "Process env string"

0 commit comments

Comments
 (0)