Skip to content

Commit

Permalink
Merge pull request #8 from lindera/update_deps
Browse files Browse the repository at this point in the history
Fix workflows
  • Loading branch information
mosuka authored Nov 17, 2024
2 parents 1516744 + 37033ec commit fc7db34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
features: ["ipadic,ko-dic,cc-cedict"]
runs-on: ${{ matrix.platform.runner }}
env:
LINDERA_CONFIG_PATH: "./resources/lindera.json"
LINDERA_CONFIG_PATH: "./resources/lindera.yml"
steps:
- name: Run checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
features: ["ipadic,ko-dic,cc-cedict"]
runs-on: ${{ matrix.platform.runner }}
env:
LINDERA_CONFIG_PATH: "./resources/lindera.json"
LINDERA_CONFIG_PATH: "./resources/lindera.yml"
steps:
- name: Run checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
toolchain: [stable]
runs-on: ${{ matrix.platform.runner }}
env:
LINDERA_CONFIG_PATH: "./resources/lindera.json"
LINDERA_CONFIG_PATH: "./resources/lindera.yml"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit fc7db34

Please sign in to comment.