Skip to content

Commit

Permalink
dict-to-mozc update
Browse files Browse the repository at this point in the history
  • Loading branch information
phoepsilonix committed Oct 12, 2024
1 parent e3ee8c8 commit 6cf0051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
run: |
git clone --filter=tree:0 --single-branch https://github.com/phoepsilonix/dict-to-mozc.git
cd dict-to-mozc
_dict_to_mozc_commit=e5579de8302d2928a2e04dd03c575f001cebc5dd
_dict_to_mozc_commit=ea182c98e24546b38d58a97ae091a2fcf452a71e
git checkout $_dict_to_mozc_commit
. "$HOME/.cargo/env"
_sudachidict_date=$(curl -s 'http://sudachi.s3-website-ap-northeast-1.amazonaws.com/sudachidict-raw/' | grep -o '<td>[0-9]*</td>' | grep -o '[0-9]*' | sort -n | tail -n 1)
Expand Down

0 comments on commit 6cf0051

Please sign in to comment.