Fix composer cache

This commit is contained in:
Greyscale 2024-02-26 16:01:32 +01:00
parent 24f11cfe85
commit 47935b3b49
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -70,6 +70,7 @@ jobs:
- name: "Setup: Find Composer Cache Directory"
id: composer-cache
working-directory: bouncer
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: "Setup: Composer Cache"