Skip to content

Commit 006900b

Browse files
committed
update workflow file
1 parent d28ae61 commit 006900b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/mozc-ut.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,7 @@ jobs:
4242
shell: cmd
4343
working-directory: .\src
4444
run: |
45-
ls ..\artifacts
4645
python -m pip install six requests
47-
- name: Download artifact
48-
uses: actions/download-artifact@v4
49-
with:
50-
name: mozcdic-ut
51-
52-
- name: Check
53-
shell: cmd
54-
run: |
55-
ls
56-
57-
- name: copy UT dic
58-
shell: powershell
59-
run: |
60-
Get-Content .\mozcdic-ut-windows.txt >> .\src\data\dictionary_oss\dictionary00.txt
6146
6247
6348
- name: Try to restore update_deps cache

0 commit comments

Comments
 (0)