Skip to content

Commit fb613a9

Browse files
committed
Try fixing yarn cache
1 parent 2dcb863 commit fb613a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ jobs:
1313
- name: Get yarn cache
1414
id: yarn-cache
1515
run: echo "::set-output name=dir::$(yarn cache dir)"
16-
- name: yarn install
17-
uses: borales/[email protected]
18-
with:
19-
cmd: install
16+
2017
- uses: actions/cache@v1
2118
with:
2219
path: ${{ steps.yarn-cache.outputs.dir }}
2320
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
2421
restore-keys: |
2522
${{ runner.os }}-yarn-
23+
- name: yarn install
24+
uses: borales/[email protected]
25+
with:
26+
cmd: install
2627
- name: curl
2728
uses: wei/curl@master
2829
with:

0 commit comments

Comments
 (0)