Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Nov 17, 2024
1 parent 34cfc58 commit 37033ec
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 37033ec

Please sign in to comment.