Skip to content

Commit 8a6a780

Browse files
committed
CI: also use CLDR cache in build step
1 parent d6639eb commit 8a6a780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
- uses: actions/checkout@v6
107107
with:
108108
persist-credentials: false
109+
- uses: actions/cache@v5
110+
with:
111+
path: cldr
112+
key: cldr-${{ hashFiles('scripts/*cldr*') }}
109113
- uses: actions/setup-python@v6
110114
with:
111115
python-version: "3.14"

0 commit comments

Comments
 (0)