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 a1294f9 commit 6fabac3Copy full SHA for 6fabac3
.github/workflows/pack-libs.yml
@@ -60,6 +60,8 @@ jobs:
60
- libaom
61
- libde265
62
- libheif
63
+ - libacl
64
+ - attr
65
exclude:
66
- { runner: "windows-2019", lib: "pkg-config" }
67
- { runner: "windows-2019", lib: "gmp" }
@@ -79,6 +81,8 @@ jobs:
79
81
- { runner: "windows-2019", lib: "libaom" }
80
82
- { runner: "windows-2019", lib: "libde265" }
83
- { runner: "windows-2019", lib: "libheif" }
84
+ - { runner: "windows-2019", lib: "libacl" }
85
+ - { runner: "windows-2019", lib: "attr" }
86
fail-fast: false
87
steps:
88
- name: "Process env string"
0 commit comments