From a99e12a4e8e9fc54b0b21f5b3df02e15b8317f3e Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Thu, 11 Jan 2024 14:38:41 +0100 Subject: [PATCH] Adjust abseil provider --- .github/workflows/protobuf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protobuf.yml b/.github/workflows/protobuf.yml index 71a9ab0aa..2590e7684 100644 --- a/.github/workflows/protobuf.yml +++ b/.github/workflows/protobuf.yml @@ -55,7 +55,7 @@ jobs: - name: Build ProtoBuf ${{ env.PROTOBUF_VERSION }} via cmake if: steps.cache-depends.outputs.cache-hit != 'true' && env.PROTOBUF_VARIANT == '' working-directory: protobuf-${{ env.PROTOBUF_VERSION }} - run: cmake -DCMAKE_CXX_STANDARD=14 -Dprotobuf_BUILD_TESTS=OFF . && cmake --build . --config Release -j 4 + run: cmake -DCMAKE_CXX_STANDARD=14 -Dprotobuf_ABSL_PROVIDER=package -Dprotobuf_BUILD_TESTS=OFF . && cmake --build . --config Release -j 4 - name: Install ProtoBuf ${{ env.PROTOBUF_VERSION }} working-directory: protobuf-${{ env.PROTOBUF_VERSION }}