We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177ac19 commit 3a4b13bCopy full SHA for 3a4b13b
.github/workflows/cron.yml
@@ -2,6 +2,9 @@ name: C/C++ Update
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ paths:
7
+ - '.github/workflows/cron.yml'
8
schedule:
9
- cron: '0 15 * * 0'
10
@@ -18,7 +21,7 @@ jobs:
18
21
LANG: C.UTF-8
19
22
run: |
20
23
sudo apt update
- sudo apt install convmv language-pack-ja
24
+ sudo apt install locales
25
cp -r ci-scripts ci-scripts-temp
26
cd ci-scripts-temp
27
node --version
ci-scripts/AutoUpdate.sh
@@ -32,8 +32,7 @@ function download_and_unzip_dxlib() {
32
fi
33
34
rm -r DxLibMake || true
35
- unzip DxLibMake.zip
36
- convmv –notest -r -f sjis -t utf8 DxLibMake
+ unzip -O sjis DxLibMake.zip
37
38
info "### download_and_unzip_dxlib done"
39
}
0 commit comments