File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 31
31
32
32
concurrency : php-debug-${{ inputs.php }}-${{ inputs.runs-on }}-${{ github.ref }}
33
33
34
- outputs :
35
- cache-hit : ${{ steps.php-build-cache.outputs.cache-hit }}
36
- key : ${{ steps.cache-key.outputs.key }}
37
-
38
34
steps :
39
35
- name : Set PHP build cache key
40
36
id : cache-key
@@ -165,7 +161,7 @@ jobs:
165
161
bin
166
162
php-sdk
167
163
deps
168
- key : ${{ needs.build- php.outputs.key }}
164
+ key : php-debug- ${{ inputs. php }}-${{ inputs.vs-arch }}-${{ inputs.vs-crt }}-${{ inputs.runs-on }}
169
165
170
166
- name : Compile extension
171
167
run : |
Original file line number Diff line number Diff line change 22
22
23
23
runs-on : ${{ inputs.runs-on }}
24
24
25
- outputs :
26
- cache-hit : ${{ steps.cache.outputs.cache-hit }}
27
- key : ${{ steps.cache-key.outputs.key }}
28
-
29
25
steps :
30
26
- name : Set PHP build cache key
31
27
id : cache-key
@@ -105,8 +101,8 @@ jobs:
105
101
- name : Fetch PHP build cache
106
102
uses : actions/cache/restore@v4 # fails if cache is missing
107
103
with :
108
- path : ${{ github.workspace }}/php
109
- key : ${{ needs.build- php.outputs.key }}
104
+ path : ${{ github.workspace }}/php
105
+ key : php-debug- ${{ inputs. php }}-valgrind-${{ matrix.valgrind-tool != 'none' && 1 || 0 }}-${{ inputs.runs-on }}
110
106
111
107
- name : Install Valgrind
112
108
if : matrix.valgrind-tool != 'none'
You can’t perform that action at this time.
0 commit comments