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 8b18c1a commit 67eb45aCopy full SHA for 67eb45a
.github/workflows/pack-libs.yml
@@ -56,6 +56,7 @@ jobs:
56
- readline
57
- unixodbc
58
- xz
59
+ - gettext
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: "gettext" }
76
fail-fast: false
77
steps:
78
- name: "Process env string"
@@ -110,7 +112,7 @@ jobs:
110
112
uses: actions/checkout@v4
111
113
with:
114
repository: crazywhalecc/static-php-cli
- ref: pre-built-libs
115
+ ref: feat/add-gettext-pre-built
116
117
- name: "Setup PHP"
118
if: matrix.runner != 'ubuntu-20.04'
0 commit comments