Skip to content

Commit a5230d1

Browse files
committed
Enable cross os cache for unicode dump
1 parent 38c0874 commit a5230d1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Cache konan
5050
uses: actions/cache@v4
5151
with:
52+
enableCrossOsArchive: true
53+
fail-on-cache-miss: true
5254
path: ~/.konan
5355
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
5456
restore-keys: |

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: gradle/actions/dependency-submission@v4
2121
with:
2222
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'
2525
env:
2626
GITHUB_DEPENDENCY_GRAPH_REF: ${{ github.ref }}
2727
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':buildSrc'

.github/workflows/unicode-dump.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
id: cache
1818
uses: actions/cache@v4
1919
with:
20+
enableCrossOsArchive: true
2021
path: unicode_dump
2122
key: unicode-dump-${{ hashFiles('unicode_dump/*') }}
2223
restore-keys: |

0 commit comments

Comments
 (0)