Skip to content

Commit

Permalink
Update opencc-data to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Apr 18, 2021
1 parent 84f22be commit e79fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download OpenCC data
run: |
cd opencc_data
curl -LsSZ --remote-name-all https://cdn.jsdelivr.net/npm/opencc-data@1.0.5/data/{STCharacters.txt,STPhrases.txt,TWPhrasesIT.txt,TWPhrasesName.txt,TWPhrasesOther.txt,TWVariants.txt,HKVariants.txt}
curl -LsSZ --remote-name-all https://cdn.jsdelivr.net/npm/opencc-data@1.0.6/data/{STCharacters.txt,STPhrases.txt,TWPhrasesIT.txt,TWPhrasesName.txt,TWPhrasesOther.txt,TWVariants.txt,HKVariants.txt}
cat TWPhrasesIT.txt TWPhrasesName.txt TWPhrasesOther.txt > TWPhrases.txt
- name: Download GenYoMin font
run: |
Expand Down

0 comments on commit e79fb30

Please sign in to comment.