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 ebab361 commit 1815e70Copy full SHA for 1815e70
.github/workflows/pack-libs.yml
@@ -56,6 +56,7 @@ jobs:
56
- readline
57
- unixodbc
58
- xz
59
+ - grpc
60
exclude:
61
- { runner: "windows-2019", lib: "pkg-config" }
62
- { runner: "windows-2019", lib: "gmp" }
@@ -71,6 +72,7 @@ jobs:
71
72
- { runner: "windows-2019", lib: "ncurses" }
73
- { runner: "windows-2019", lib: "readline" }
74
- { runner: "windows-2019", lib: "unixodbc" }
75
+ - { runner: "windows-2019", lib: "grpc" }
76
fail-fast: false
77
steps:
78
- name: "Process env string"
0 commit comments