chore: 更换编译环境为 Arch Linux 容器
Some checks failed
Build Server / Compile DLL (push) Failing after 17s

- 使用 Arch Linux 容器替换 Ubuntu 环境以编译 DLL。
This commit is contained in:
2025-07-07 23:52:53 +08:00
parent 7fa96e26cb
commit c7bf295245

View File

@@ -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: |