- Debian系对原始/etc/locale.gen进行备份

- Debian系对/etc/locale.gen内不存在zh_CN.UTF-8 UTF-8的情况进行兜底
- Debian系打开和写入/etc/locale.gen时不使用BOM以解决gzip: stdout: Broken pipe和第一行注释被当作locale配置的问题
- RHEL系移除不被需要的忽略GPG参数

品控一定要严
This commit is contained in:
TheWhiteDog9487
2026-08-14 11:02:51 +08:00
parent aae4cb05d2
commit b7335b0bb8
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
alpine:latest /bin/sh -c '
apk update
apk add build-base dotnet10-sdk clang
dotnet publish language.cs /t:Rebuild --disable-build-servers --force '
dotnet publish language.cs '
- name: 重命名
if: ${{ matrix.runner == 'ubuntu-26.04-arm' }}
run: sudo mv artifacts/language/language artifacts/language/language_arm