Skip to content

Commit 79722c1

Browse files
committed
ci: try global cache
1 parent afdbef3 commit 79722c1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
python-version: 3.x
5555

5656
- name: install requirements
57-
run: sudo yarn install
57+
run: |
58+
yarn config set enableGlobalCache true
59+
sudo yarn install
5860
5961
- name: build js
6062
run: sudo yarn run tsc

0 commit comments

Comments
 (0)