From 96fd7aa74c4facc3fdcc1800b15fbc892f5d92b2 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 13 Sep 2026 09:03:38 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=A1=A5=E5=85=85=E5=90=8E=E7=AB=AF=20Ru?= =?UTF-8?q?st=20=E4=B8=8E=E5=AF=BC=E5=87=BA=E5=AD=97=E4=BD=93=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5300091..f6fa4cd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main, "feat/**", "fix/**", "chore/**"] workflow_dispatch: +env: + APP_EXPORT_FONT: /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf + jobs: docs-check: runs-on: ubuntu-latest @@ -19,6 +22,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: 安装 Rust 工具链 + run: | + curl --proto '=https' --tlsv1.2 -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal + echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: 安装 uv run: | curl -LsSf https://astral.sh/uv/0.9.24/install.sh | sh