From c7bf295245f643a7f71944b30115144e97521a2d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 7 Jul 2025 23:52:53 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=8D=A2=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=BA=20Arch=20Linux=20=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 Arch Linux 容器替换 Ubuntu 环境以编译 DLL。 --- .gitea/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 868cf66..661c1db 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,9 +10,12 @@ jobs: compile-dll: name: Compile DLL runs-on: ubuntu-latest + container: + image: greyltc/archlinux-aur:yay steps: - run: | - apt-get update && apt-get install -y build-essential cmake g++ python3-dev + # yay -Syu --noconfirm git python + echo "ok" - run: | git clone https://github.com/swigger/wechat-ocr.git wcocr - run: |