Skip to content

Commit

Permalink
CI-friendly curl flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 19, 2023
1 parent 20a0cfd commit bb0efaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- id: ucd-generate
run: echo "version=$(grep 'ucd-generate [0-9]\+\.[0-9]\+\.[0-9]\+' tests/tables/tables.rs --only-matching)" >> $GITHUB_OUTPUT
- run: cargo install ucd-generate
- run: curl https://www.unicode.org/Public/zipped/latest/UCD.zip --location --remote-name
- run: curl https://www.unicode.org/Public/zipped/latest/UCD.zip --location --remote-name --silent --show-error --fail --retry 2
- run: unzip UCD.zip -d UCD
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue > tests/tables/tables.rs
- run: ucd-generate property-bool UCD --include XID_Start,XID_Continue --fst-dir tests/fst
Expand Down

0 comments on commit bb0efaa

Please sign in to comment.