From 532e07fdb7210a5b8a9bd03f138cab11a34275e0 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 7 Jul 2025 23:58:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DCMakeLists.txt?= =?UTF-8?q?=E4=B8=AD=E7=9A=84abseil-cpp=E5=BA=93=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复CMakeLists.txt中的版本问题以解决abseil-cpp库的已知问题。 --- .gitea/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d7c9488..9125d92 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -17,9 +17,9 @@ jobs: 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