Skip to content

Commit 46a1d6d

Browse files
committed
wip
1 parent 6ba958c commit 46a1d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: if [[ "$DEBUG" == "true" ]]; then docker version && env; fi
3838
env:
3939
DEBUG: ${{secrets.DEBUG}}
40-
- name: Download Composer cache
40+
- name: Download Composer cache dependencies from cache
4141
id: composer-cache
4242
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4343
- name: Cache Composer dependencies

0 commit comments

Comments
 (0)