Skip to content

Commit 8d04ce7

Browse files
committed
fixup! wip: pie.yaml
1 parent a801563 commit 8d04ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pie.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
with:
5353
path: |
5454
C:\php\php-*.zip
55-
key: php-${{ runner.os }}-${{ github.run_id }}
55+
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.vs }}-${{ matrix.arch }}
5656
restore-keys: |
57-
php-${{ runner.os }}
57+
${{ runner.os }}-php-
5858
5959
- name: Install build command
6060
run: .\.github\workflows\install.ps1

0 commit comments

Comments
 (0)