parent
db40605d0a
commit
eddeadba58
6
.github/workflows/翻译更新日志.yml
vendored
6
.github/workflows/翻译更新日志.yml
vendored
@ -44,6 +44,12 @@ jobs:
|
||||
else
|
||||
echo "启动失败,检查日志文件 /tmp/trojan-go.log 以获取更多信息。" && cat /tmp/trojan-go.log && exit 1
|
||||
fi
|
||||
# 安装 Python 依赖
|
||||
- name: 📥 安装 Python 依赖
|
||||
env:
|
||||
ALL_PROXY: "socks5://127.0.0.1:1080"
|
||||
run: |
|
||||
pip3 install requests deep-translator
|
||||
|
||||
# 翻译更新日志
|
||||
- name: 📦 运行翻译更新输出更新日志txt文件
|
||||
|
Loading…
Reference in New Issue
Block a user