chore: 更新构建流程移除无效注释
Some checks failed
Build Server / Compile DLL (push) Failing after 1m34s

- 在构建过程中安装Python并移除CMake版本修复步骤的注释。
This commit is contained in:
2025-07-07 23:56:11 +08:00
parent 0113596aba
commit b1f99e3743

View File

@@ -14,12 +14,12 @@ jobs:
image: greyltc/archlinux-aur:yay
steps:
- run: |
yay -Syu --noconfirm cmake
yay -Syu --noconfirm cmake python
- run: |
git clone https://github.com/swigger/wechat-ocr.git wcocr
- run: |
# fix: https://github.com/abseil/abseil-cpp/issues/1206
sed -i 's/v3.21.0/v3.21.2/g' wcocr/CMakeLists.txt
# - run: |
# # fix: https://github.com/abseil/abseil-cpp/issues/1206
# sed -i 's/v3.21.0/v3.21.2/g' wcocr/CMakeLists.txt
- run: |
mkdir -p wcocr/build && cd wcocr/build && cmake .. && make -j$(nproc)
- name: Upload artifacts