Skip to content

Commit ca4f054

Browse files
install composer as a tool of setup-php
Signed-off-by: James Xin <[email protected]>
1 parent 8fee236 commit ca4f054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-wrapper/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
with:
2626
php-version: ${{ inputs.php-version }}
2727
extensions: tokenizer, json, ctype, iconv, mbstring
28-
tools: none
28+
tools: composer
2929
env:
3030
runner: self-hosted
3131

0 commit comments

Comments
 (0)