Skip to content

Commit 3361683

Browse files
committed
chore: wip
1 parent 9988704 commit 3361683

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/precompile-binaries.yml renamed to .github/workflows/precompile-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Precompile Binaries
1+
name: Precompile PHP
22

33
on:
44
push:
55
branches: [main, develop]
66
paths:
7-
- .github/workflows/build-binaries.yml
7+
- .github/workflows/precompile-php.yml
88
- 'build-configs/**'
99
schedule:
1010
# Build weekly on Sunday at 2 AM UTC to get latest dependencies
@@ -244,7 +244,7 @@ jobs:
244244
echo "PATH=$(brew --prefix bison)/bin:$(brew --prefix)/bin:$(brew --prefix postgresql@17)/bin:$(brew --prefix gettext)/bin:$PATH" >> $GITHUB_ENV
245245
echo "LDFLAGS=-L$(brew --prefix)/lib -L$(brew --prefix openssl@3)/lib -L$(brew --prefix zlib)/lib -L$(brew --prefix libiconv)/lib -L$(brew --prefix postgresql@17)/lib -L$(brew --prefix bzip2)/lib -L$(brew --prefix gettext)/lib" >> $GITHUB_ENV
246246
echo "CPPFLAGS=-I$(brew --prefix)/include -I$(brew --prefix openssl@3)/include -I$(brew --prefix zlib)/include -I$(brew --prefix libiconv)/include -I$(brew --prefix postgresql@17)/include -I$(brew --prefix bzip2)/include -I$(brew --prefix gettext)/include" >> $GITHUB_ENV
247-
echo "CXXFLAGS=-std=c++11" >> $GITHUB_ENV
247+
echo "CXXFLAGS=-std=c++17" >> $GITHUB_ENV
248248
249249
# Set readline-specific paths
250250
echo "READLINE_CFLAGS=-I$(brew --prefix readline)/include" >> $GITHUB_ENV

0 commit comments

Comments
 (0)