Update g.yaml

This commit is contained in:
浪子 2024-12-27 16:03:31 +08:00
parent e3d34a71fd
commit ed87d58b20
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ jobs:
# 步骤 3: 安装依赖(如果有)
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libjpeg-dev zlib1g-dev
python -m pip install --upgrade pip
pip install -r requirements.txt