We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28fc36 commit 86bc776Copy full SHA for 86bc776
1 file changed
.github/workflows/build.yml
@@ -70,6 +70,8 @@ jobs:
70
steps:
71
- uses: actions/checkout@v4
72
- uses: actions-rust-lang/setup-rust-toolchain@v1
73
+ with:
74
+ cache-key: ${{ matrix.target }}-${{ matrix.php-version }}-${{ matrix.platform }}-${{ matrix.distro }}
75
76
- name: Setup PHP
77
uses: shivammathur/setup-php@v2
0 commit comments