Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Jun 8, 2024
1 parent 76fc1af commit 341de3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
target: [mecab,ocr]
target: [ocr]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
target: [magpie]
target: [mecab,magpie]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 341de3b

Please sign in to comment.