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 6fabac3 commit 62e3f89Copy full SHA for 62e3f89
.github/workflows/pack-libs.yml
@@ -60,8 +60,6 @@ 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" }
@@ -81,8 +79,6 @@ jobs:
81
79
- { runner: "windows-2019", lib: "libaom" }
82
80
- { 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