Skip to content

Commit d0f76f1

Browse files
committed
ci: fix yarn cache path
1 parent 4f6156c commit d0f76f1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ jobs:
2222

2323
- uses: Swatinem/rust-cache@v2
2424

25-
- name: Get yarn cache directory path
26-
id: yarn-cache-dir-path
27-
run: echo "::set-output name=dir::$(yarn cache dir)"
28-
2925
- uses: actions/cache@v5
3026
id: yarn-cache
3127
with:
32-
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
28+
path: .yarn/cache
3329
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3430
restore-keys: |
3531
${{ runner.os }}-yarn-

0 commit comments

Comments
 (0)