Skip to content

Commit 432b1f1

Browse files
authored
Update pull.yml
1 parent 4ee157f commit 432b1f1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ jobs:
77
runs-on: macos-latest
88

99
steps:
10+
- name: Cache build deps
11+
uses: actions/cache@v2
12+
with:
13+
path: |
14+
~/.gradle/wrapper
15+
~/.konan/cache
16+
~/.konan/dependencies
17+
key: build-deps-${{ hashFiles('**/*gradle*') }}
1018
- name: Checkout source
1119
uses: actions/checkout@v1
1220
- name: Build

0 commit comments

Comments
 (0)