File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments