This commit is contained in:
parent
dd36462782
commit
815683afc8
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
# Debugging cache miss issue (#16) — check whether ACTIONS_CACHE_URL is injected
|
||||||
|
- name: Debug cache env
|
||||||
|
run: echo "ACTIONS_CACHE_URL=${ACTIONS_CACHE_URL}" && env | grep -i cache || true
|
||||||
|
|
||||||
- name: Cache PHP installation
|
- name: Cache PHP installation
|
||||||
uses: https://data.forgejo.org/actions/cache@v4
|
uses: https://data.forgejo.org/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue