mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Quote paths
This commit is contained in:
parent
c7ef4580c3
commit
89024ffbc2
4
.github/workflows/windows-ci.yml
vendored
4
.github/workflows/windows-ci.yml
vendored
@ -64,8 +64,8 @@ jobs:
|
||||
- name: Get Composer Cache Directories
|
||||
id: composer-cache
|
||||
run: |
|
||||
echo "files_cache=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||
echo "vcs_cache=$(composer config cache-vcs-dir)" >> $GITHUB_OUTPUT
|
||||
echo "files_cache=""$(composer config cache-files-dir)""" >> $GITHUB_OUTPUT
|
||||
echo "vcs_cache=""$(composer config cache-vcs-dir)""" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache composer cache
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
Reference in New Issue
Block a user