Skip to content

Commit

Permalink
ci: fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
  • Loading branch information
yihong0618 committed Dec 31, 2023
1 parent ca35497 commit b8be360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install mecab
run: |
sudo apt-get -y install mecab
- name: install python 3.9
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit b8be360

Please sign in to comment.