We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f20e92 commit b5f0b8fCopy full SHA for b5f0b8f
.github/workflows/mozc-ut.yaml
@@ -65,8 +65,7 @@ jobs:
65
- name: copy UT dic
66
shell: powershell
67
run: |
68
- ls
69
- Get-Content mozcdic-ut.txt >> .\src\data\dictionary_oss\dictionary00.txt
+ Get-Content .\src\mozcdic-ut.txt >> .\src\data\dictionary_oss\dictionary00.txt
70
71
72
- name: Try to restore update_deps cache
0 commit comments