Skip to content

Commit 86bc776

Browse files
committed
Fix cache
1 parent a28fc36 commit 86bc776

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v4
7272
- uses: actions-rust-lang/setup-rust-toolchain@v1
73+
with:
74+
cache-key: ${{ matrix.target }}-${{ matrix.php-version }}-${{ matrix.platform }}-${{ matrix.distro }}
7375

7476
- name: Setup PHP
7577
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)