File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ runs:
22
22
- name : Setup cache environment
23
23
id : extcache
24
24
uses : shivammathur/cache-extensions@v1
25
+ if : inputs.php-extensions == true
25
26
with :
26
27
php-version : ${{ inputs.php-version }}
27
28
extensions : ${{ inputs.php-extensions }}
28
29
key : php-extensions-${{ steps.get-cache-hash.outputs.hash }}
29
30
30
31
- name : Cache extensions
31
32
uses : actions/cache@v4
33
+ if : inputs.php-extensions == true
32
34
with :
33
35
path : ${{ steps.extcache.outputs.dir }}
34
36
key : ${{ steps.extcache.outputs.key }}
Original file line number Diff line number Diff line change 19
19
uses : ./.github/actions/setup
20
20
with :
21
21
php-version : ' 8.3'
22
- php-extensions : none
22
+ php-extensions : ' '
23
23
24
24
- name : Install Laravel Pint
25
25
run : composer global require laravel/pint
You can’t perform that action at this time.
0 commit comments