File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ runs:
101101 curl --version
102102 gcc -v
103103
104- - name : Configure build
104+ - name : Configure Curl build
105105 shell : bash
106106 run : |
107107 set -x
@@ -160,14 +160,14 @@ runs:
160160
161161 cd ../
162162
163- - name : Compile
163+ - name : Compile Curl
164164 shell : bash
165165 run : |
166166 cd ./.curl
167167 make -j$(/usr/bin/nproc) >/dev/null
168168 cd ../
169169
170- - name : Install
170+ - name : Install Curl
171171 shell : bash
172172 run : |
173173 set -x
@@ -251,14 +251,14 @@ runs:
251251 --enable-werror
252252 cd ../
253253
254- - name : Compile
254+ - name : Compile PHP
255255 shell : bash
256256 run : |
257257 cd ./.php-src
258258 make -j$(/usr/bin/nproc) >/dev/null
259259 cd ../
260260
261- - name : Install
261+ - name : Install PHP
262262 shell : bash
263263 run : |
264264 set -x
You can’t perform that action at this time.
0 commit comments