Skip to content

Commit 67eb45a

Browse files
authored
Update pack-libs.yml
1 parent 8b18c1a commit 67eb45a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pack-libs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- readline
5757
- unixodbc
5858
- xz
59+
- gettext
5960
exclude:
6061
- { runner: "windows-2019", lib: "pkg-config" }
6162
- { runner: "windows-2019", lib: "gmp" }
@@ -71,6 +72,7 @@ jobs:
7172
- { runner: "windows-2019", lib: "ncurses" }
7273
- { runner: "windows-2019", lib: "readline" }
7374
- { runner: "windows-2019", lib: "unixodbc" }
75+
- { runner: "windows-2019", lib: "gettext" }
7476
fail-fast: false
7577
steps:
7678
- name: "Process env string"
@@ -110,7 +112,7 @@ jobs:
110112
uses: actions/checkout@v4
111113
with:
112114
repository: crazywhalecc/static-php-cli
113-
ref: pre-built-libs
115+
ref: feat/add-gettext-pre-built
114116

115117
- name: "Setup PHP"
116118
if: matrix.runner != 'ubuntu-20.04'

0 commit comments

Comments
 (0)