mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add scripts/dev/credits to 'verify-generated-files' action (#9049)
see 3292e54d8c
This commit is contained in:
parent
8225e419e0
commit
2e404959a0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
[[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
|
[[ "$OSTYPE" == "darwin"* ]] && export PATH="/usr/local/opt/bison/bin:$PATH"
|
||||||
|
scripts/dev/credits
|
||||||
scripts/dev/genfiles
|
scripts/dev/genfiles
|
||||||
Zend/zend_vm_gen.php
|
Zend/zend_vm_gen.php
|
||||||
build/gen_stub.php -f
|
build/gen_stub.php -f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue