Skip to content

Commit 8d17e3d

Browse files
committed
update workflow file
1 parent a22b66e commit 8d17e3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mozc-ut.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: setup
2525
working-directory: src/merge
2626
run: |
27-
sed -i -e 's/#generate_latest/generate_latest' make.sh
27+
sed -i -e 's/#generate_latest/generate_latest/' make.sh
2828
chmod +x make.sh
2929
3030
- name: build ut dic
@@ -50,6 +50,7 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v4
5252
with:
53+
repository: google/mozc
5354
submodules: 'recursive'
5455

5556
- name: Download artifact
@@ -124,6 +125,9 @@ jobs:
124125
steps:
125126
- name: Checkout
126127
uses: actions/checkout@v4
128+
with:
129+
repository: google/mozc
130+
submodules: 'recursive'
127131

128132
- name: Set up pip
129133
shell: cmd

0 commit comments

Comments
 (0)