147 - Fix the Composer cache path so it caches anything

This commit is contained in:
myrmidex 2026-08-15 01:08:34 +02:00
parent 209efc31b2
commit 1e120a4bac

View file

@ -17,7 +17,7 @@ jobs:
- name: Cache Composer dependencies
uses: https://data.forgejo.org/actions/cache@v4
with:
path: ~/.composer/cache
path: ~/.cache/composer
key: composer-${{ hashFiles('composer.lock') }}
restore-keys: composer-