We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1252b48 commit 48dfe23Copy full SHA for 48dfe23
.github/workflows/pack-libs.yml
@@ -57,6 +57,9 @@ jobs:
57
- unixodbc
58
- xz
59
- grpc
60
+ - libaom
61
+ - libde265
62
+ - libheif
63
exclude:
64
- { runner: "windows-2019", lib: "pkg-config" }
65
- { runner: "windows-2019", lib: "gmp" }
@@ -73,6 +76,9 @@ jobs:
73
76
- { runner: "windows-2019", lib: "readline" }
74
77
- { runner: "windows-2019", lib: "unixodbc" }
75
78
- { runner: "windows-2019", lib: "grpc" }
79
+ - { runner: "windows-2019", lib: "libaom" }
80
+ - { runner: "windows-2019", lib: "libde265" }
81
+ - { runner: "windows-2019", lib: "libheif" }
82
fail-fast: false
83
steps:
84
- name: "Process env string"
0 commit comments