File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 49
49
- name : Cache konan
50
50
uses : actions/cache@v4
51
51
with :
52
+ enableCrossOsArchive : true
53
+ fail-on-cache-miss : true
52
54
path : ~/.konan
53
55
key : ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
54
56
restore-keys : |
Original file line number Diff line number Diff line change 20
20
uses : gradle/actions/dependency-submission@v4
21
21
with :
22
22
build-scan-publish : true
23
- build-scan-terms-of-service -url : ' https://gradle.com/terms-of-service'
24
- build-scan-terms-of-service -agree : ' yes'
23
+ build-scan-terms-of-use -url : ' https://gradle.com/terms-of-service'
24
+ build-scan-terms-of-use -agree : ' yes'
25
25
env :
26
26
GITHUB_DEPENDENCY_GRAPH_REF : ${{ github.ref }}
27
27
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS : ' :buildSrc'
Original file line number Diff line number Diff line change 17
17
id : cache
18
18
uses : actions/cache@v4
19
19
with :
20
+ enableCrossOsArchive : true
20
21
path : unicode_dump
21
22
key : unicode-dump-${{ hashFiles('unicode_dump/*') }}
22
23
restore-keys : |
You can’t perform that action at this time.
0 commit comments