mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Do not cache PHP
This commit is contained in:
parent
219edb6b59
commit
87750c462f
4
.github/workflows/ext-matrix-tests.yml
vendored
4
.github/workflows/ext-matrix-tests.yml
vendored
@ -132,8 +132,8 @@ jobs:
|
|||||||
# If there's no dependencies cache, fetch sources
|
# If there's no dependencies cache, fetch sources
|
||||||
- name: "Download sources"
|
- name: "Download sources"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.S_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug
|
run: ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src
|
||||||
|
|
||||||
- name: "Build library: ${{ matrix.library }}"
|
- name: "Build library: ${{ matrix.library }}"
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user