Skip to content

Commit cea1d51

Browse files
Update build.yml
1 parent e351dd9 commit cea1d51

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
uses: actions/cache@v3
3333
with:
3434
path: |
35+
~/.yarn
36+
~/.cache/yarn
3537
~/AppData/Local/Yarn/Cache
38+
~/AppData/Local/Yarn/bin
3639
~/AppData/Roaming/npm-cache
37-
~/.yarn
40+
~/Library/Caches/Yarn
3841
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
3942
restore-keys: |
4043
${{ runner.os }}-yarn-

0 commit comments

Comments
 (0)