chore: 更新安装cmake的命令
Some checks failed
Build Server / Compile DLL (push) Failing after 31s

- 替换为不确认安装cmake的命令。
This commit is contained in:
2025-07-07 23:54:26 +08:00
parent c7bf295245
commit 0113596aba

View File

@@ -14,8 +14,7 @@ jobs:
image: greyltc/archlinux-aur:yay
steps:
- run: |
# yay -Syu --noconfirm git python
echo "ok"
yay -Syu --noconfirm cmake
- run: |
git clone https://github.com/swigger/wechat-ocr.git wcocr
- run: |