Skip to content

Commit c592c1c

Browse files
committed
update workflow file
1 parent 369da26 commit c592c1c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/mozc-ut.yaml

+17-17
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Checkout code
17-
uses: actions/checkout@v4
18-
with:
19-
repository: utuhiro78/merge-ut-dictionaries
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
with:
19+
repository: utuhiro78/merge-ut-dictionaries
2020

21-
# Linuxでファイルを生成するステップを追加
22-
- name: Setup
23-
run: |
24-
sudo apt update
25-
sudo apt install ruby
26-
27-
- name: Build UT dict
28-
working-directory: ./src
29-
run: |
30-
sed -i 's/#alt_cannadic/alt_cannadic/' ./make.sh
31-
sed -i 's/#neologd/neologd/' ./make.sh
32-
bash ./make.sh
33-
sed -i 's/\n/\r\n/g' mozcdic-ut.txt
21+
# Linuxでファイルを生成するステップを追加
22+
- name: Setup
23+
run: |
24+
sudo apt update
25+
sudo apt install ruby
26+
27+
- name: Build UT dict
28+
working-directory: ./src
29+
run: |
30+
sed -i 's/#alt_cannadic/alt_cannadic/' ./make.sh
31+
sed -i 's/#neologd/neologd/' ./make.sh
32+
bash ./make.sh
33+
tr '\n' '\r\n' < mozcdic-ut.txt > mozcdic-ut-windows.txt
3434
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)