File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 67
67
--with-mhash \
68
68
--with-sodium \
69
69
--enable-dba \
70
- --enable-werror \
71
70
--with-config-file-path=/etc \
72
71
--with-config-file-scan-dir=/etc/php.d \
73
72
${{ inputs.configurationParameters }}
Original file line number Diff line number Diff line change 48
48
uses : actions/checkout@v4
49
49
- name : brew
50
50
uses : ./.github/actions/brew
51
+ - name : ccache
52
+ uses : hendrikmuhs/ccache-action@v1.2
53
+ with :
54
+ key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
55
+ append-timestamp : false
51
56
- name : ./configure
52
57
uses : ./.github/actions/configure-macos
53
58
with :
81
86
uses : actions/checkout@v4
82
87
- name : brew
83
88
uses : ./.github/actions/brew
89
+ - name : ccache
90
+ uses : hendrikmuhs/ccache-action@v1.2
91
+ with :
92
+ key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
93
+ append-timestamp : false
84
94
- name : ./configure
85
95
uses : ./.github/actions/configure-macos
86
96
with :
You can’t perform that action at this time.
0 commit comments