Fix composer cache
This commit is contained in:
parent
24f11cfe85
commit
47935b3b49
1 changed files with 1 additions and 0 deletions
1
.github/workflows/bouncer.yml
vendored
1
.github/workflows/bouncer.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue