Skip to content

Commit 69f422b

Browse files
authored
PHPLIB-2284: Force regeneration of arginfo files in workflow (#1464)
1 parent 6c95957 commit 69f422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arginfo-files.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: phpize
3939

4040
- name: "Rebuild arginfo files from stubs"
41-
run: "php ./build/gen_stub.php"
41+
run: "php ./build/gen_stub.php --force-regeneration"
4242

4343
- name: "Check arginfo file diff"
4444
run: git add . -N && git diff --exit-code

0 commit comments

Comments
 (0)