Skip to content

Commit 3a4b13b

Browse files
committed
locale-ja
1 parent 177ac19 commit 3a4b13b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/cron.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: C/C++ Update
22

33
on:
44
workflow_dispatch:
5+
push:
6+
paths:
7+
- '.github/workflows/cron.yml'
58
schedule:
69
- cron: '0 15 * * 0'
710

@@ -18,7 +21,7 @@ jobs:
1821
LANG: C.UTF-8
1922
run: |
2023
sudo apt update
21-
sudo apt install convmv language-pack-ja
24+
sudo apt install locales
2225
cp -r ci-scripts ci-scripts-temp
2326
cd ci-scripts-temp
2427
node --version

ci-scripts/AutoUpdate.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ function download_and_unzip_dxlib() {
3232
fi
3333

3434
rm -r DxLibMake || true
35-
unzip DxLibMake.zip
36-
convmv –notest -r -f sjis -t utf8 DxLibMake
35+
unzip -O sjis DxLibMake.zip
3736

3837
info "### download_and_unzip_dxlib done"
3938
}

0 commit comments

Comments
 (0)