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 8340469e39
commit 7e2dd428e4

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-