Skip to content

Commit 17da3fe

Browse files
committed
Force latest=17.0.0 in CI
1 parent acbaf6a commit 17da3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- id: ucd-generate
2828
run: echo "version=$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' tests/tables/tables.rs --only-matching)" >> $GITHUB_OUTPUT
2929
- run: cargo install ucd-generate
30-
- run: curl https://www.unicode.org/Public/latest/ucd/UCD.zip --location --remote-name --silent --show-error --fail --retry 2
30+
- # FIXME: https://www.unicode.org/Public/latest/ucd/UCD.zip still points to 16.0.0, not 17.0.0
31+
run: curl https://www.unicode.org/Public/17.0.0/ucd/UCD.zip --location --remote-name --silent --show-error --fail --retry 2
3132
- run: unzip UCD.zip -d UCD
3233
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue > tests/tables/tables.rs
3334
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue --fst-dir tests/fst

0 commit comments

Comments
 (0)