Skip to content

Commit 48dfe23

Browse files
authored
Add libaom, libde265, libheif for pre-built libs (#6)
1 parent 1252b48 commit 48dfe23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pack-libs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- unixodbc
5858
- xz
5959
- grpc
60+
- libaom
61+
- libde265
62+
- libheif
6063
exclude:
6164
- { runner: "windows-2019", lib: "pkg-config" }
6265
- { runner: "windows-2019", lib: "gmp" }
@@ -73,6 +76,9 @@ jobs:
7376
- { runner: "windows-2019", lib: "readline" }
7477
- { runner: "windows-2019", lib: "unixodbc" }
7578
- { runner: "windows-2019", lib: "grpc" }
79+
- { runner: "windows-2019", lib: "libaom" }
80+
- { runner: "windows-2019", lib: "libde265" }
81+
- { runner: "windows-2019", lib: "libheif" }
7682
fail-fast: false
7783
steps:
7884
- name: "Process env string"

0 commit comments

Comments
 (0)