This commit is contained in:
shanshanzhong 2025-09-24 23:42:11 -07:00
parent 67eec9ebb4
commit 611602cfef

View File

@ -34,7 +34,7 @@ jobs:
image: node:20-bullseye-slim
steps:
- name: 安装依赖工具
run: apt-get update && apt-get install -y jq git
run: apt-get update && apt-get install -y jq git unzip
- name: 检出代码
uses: actions/checkout@v4