Skip to content

Commit ebd4119

Browse files
committed
ci(actions): we only have one cache key so ditch the newline
1 parent 45f22d4 commit ebd4119

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
with:
3333
path: ${{ steps.yarn-cache.outputs.dir }}
3434
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
35-
restore-keys: |
36-
${{ runner.os }}-yarn-
35+
restore-keys: ${{ runner.os }}-yarn-
3736

3837
- name: Install dependencies
3938
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)