From fcd35408c1bcf6ae1db59c25d4ea903b4cbf3585 Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Mon, 3 Nov 2025 15:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E4=B8=AD=E7=9A=84sude?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitea.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index 67fef2c..488cef8 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -25,8 +25,8 @@ jobs: x86_64-pc-windows-gnu - name: 安装 Windows 交叉编译所需的 MinGW-w64 工具链 (GCC for Windows) run: | - sudo apt-get update - sudo apt-get install -y mingw-w64 + apt-get update + apt-get install -y mingw-w64 - name: 为 Linux 编译 (release) run: cargo build --release --target x86_64-unknown-linux-gnu