Skip to content

Commit da636a3

Browse files
authored
Update build-php-unix.yml
1 parent deb1fd7 commit da636a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: actions/cache@v4
103103
with:
104104
path: downloads
105-
key: pack-lib-dependencies-${{ matrix.combination }}-${{ matrix.php-version }}
105+
key: pack-lib-dependencies-${{ matrix.combination }}-${{ matrix.php-version }}-${{ matrix.runner }}
106106

107107
- name: "Install Dependencies"
108108
if: matrix.runner != 'ubuntu-20.04'

0 commit comments

Comments
 (0)