Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2a94c2

Browse files
committedOct 1, 2021
temp fix
1 parent 3afa0e2 commit e2a94c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
yarn-build-
4444
4545
- name: Install dependencies
46-
if: steps.cache-yarn.outputs.cache-hit != 'true'
46+
# if: steps.cache-yarn.outputs.cache-hit != 'true'
4747
run: yarn --frozen-lockfile
4848

4949
- name: Run yarn fmt

0 commit comments

Comments
 (0)
Please sign in to comment.