Skip to content

Commit cd2dcd7

Browse files
authored
ci: fix a typo (#552)
1 parent 9de8614 commit cd2dcd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deb_amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: |
4545
localedef -i zh_CN -f UTF-8 zh_CN.UTF-8
46-
localedef -i zh_TW -f UTF-8 zh_CN.UTF-8
46+
localedef -i zh_TW -f UTF-8 zh_TW.UTF-8
4747
export ZSTD_SYS_USE_PKG_CONFIG=1
4848
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
4949
just deb

.github/workflows/deb_arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757
run: |
5858
localedef -i zh_CN -f UTF-8 zh_CN.UTF-8
59-
localedef -i zh_TW -f UTF-8 zh_CN.UTF-8
59+
localedef -i zh_TW -f UTF-8 zh_TW.UTF-8
6060
export ZSTD_SYS_USE_PKG_CONFIG=1
6161
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
6262
just deb

.github/workflows/deb_loong64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
export ZSTD_SYS_USE_PKG_CONFIG=1
4545
localedef -i zh_CN -f UTF-8 zh_CN.UTF-8
46-
localedef -i zh_TW -f UTF-8 zh_CN.UTF-8
46+
localedef -i zh_TW -f UTF-8 zh_TW.UTF-8
4747
cargo build --release --no-default-features --features nice-setup
4848
mkdir -pv completions
4949
COMPLETE=bash ./target/release/oma > completions/oma.bash

0 commit comments

Comments
 (0)