mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix getting cache dir on windows
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d7fcebeffb
commit
49aea78fd5
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
|
shell: bash
|
||||||
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user