Skip to content

Commit 2a1dae9

Browse files
sobolevnmiss-islington
authored andcommitted
gh-126524: Run regen-unicodedata as a part of our CI (GH-126682)
(cherry picked from commit ad9d059) Co-authored-by: sobolevn <[email protected]>
1 parent 8e3c2d2 commit 2a1dae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# so we run it before regen-global-objects gets rum (in regen-all).
174174
make regen-deepfreeze
175175
make -j4 regen-all
176-
make regen-stdlib-module-names regen-sbom
176+
make regen-stdlib-module-names regen-sbom regen-unicodedata
177177
- name: Check for changes
178178
run: |
179179
git add -u

0 commit comments

Comments
 (0)