From 87750c462f3250269571d7e55027413bf8a00fdf Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 5 Nov 2024 12:58:09 +0800 Subject: [PATCH] Do not cache PHP --- .github/workflows/ext-matrix-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ext-matrix-tests.yml b/.github/workflows/ext-matrix-tests.yml index f8568ad4..4e7bd314 100644 --- a/.github/workflows/ext-matrix-tests.yml +++ b/.github/workflows/ext-matrix-tests.yml @@ -132,8 +132,8 @@ jobs: # If there's no dependencies cache, fetch sources - name: "Download sources" env: - GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }} - run: ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src - name: "Build library: ${{ matrix.library }}" run: |