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 0c23401 commit 7b1c6caCopy full SHA for 7b1c6ca
.github/workflows/pack-libs.yml
@@ -42,14 +42,15 @@ jobs:
42
- libiconv
43
- libavif
44
- libpng
45
+ - libtiff
46
exclude:
47
- { runner: "windows-2019", lib: "pkg-config" }
48
- { runner: "windows-2019", lib: "gmp" }
49
- { runner: "windows-2019", lib: "liblz4" }
50
- { runner: "windows-2019", lib: "brotli" }
51
- { runner: "windows-2019", lib: "libargon2" }
52
- { runner: "windows-2019", lib: "libiconv" }
-
53
+ - { runner: "windows-2019", lib: "libtiff" }
54
fail-fast: false
55
steps:
56
- name: "Process env string"
0 commit comments