We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a801563 commit 8d04ce7Copy full SHA for 8d04ce7
.github/workflows/pie.yaml
@@ -52,9 +52,9 @@ jobs:
52
with:
53
path: |
54
C:\php\php-*.zip
55
- key: php-${{ runner.os }}-${{ github.run_id }}
+ key: ${{ runner.os }}-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
56
restore-keys: |
57
- php-${{ runner.os }}
+ ${{ runner.os }}-php-
58
59
- name: Install build command
60
run: .\.github\workflows\install.ps1
0 commit comments