Skip to content

Commit 0f4ef3f

Browse files
authored
Merge pull request #39 from Marcondiro/patch-1
Unpin unicode 17 in CI, revert to latest
2 parents 229f1d5 + 0adbc19 commit 0f4ef3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ 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-
- # 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
30+
- run: curl https://www.unicode.org/Public/latest/ucd/UCD.zip --location --remote-name --silent --show-error --fail --retry 2
3231
- run: unzip UCD.zip -d UCD
3332
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue > tests/tables/tables.rs
3433
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue --fst-dir tests/fst

0 commit comments

Comments
 (0)