From 24d3e74ac95737ac8642bfcdef3fa464e7d15d10 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 4 May 2023 11:06:37 -0700 Subject: [PATCH] Remove --remote argument in cmake tests. This will prevent non-hermetic breakages from changes to the Abseil release branch we're pinned to. PiperOrigin-RevId: 529459765 --- .github/workflows/test_cpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index 4a8a8f72e7..1b4a18c952 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -123,7 +123,7 @@ jobs: # Initialize/update the submodule from remote to validate a new fetch based on .gitmodules # We have to do this separately since actions/checkout doesn't support the "--remote" flag - name: Update submodules - run: git submodule update --init --remote --recursive + run: git submodule update --init --recursive - name: Setup ccache uses: protocolbuffers/protobuf-ci/ccache@v1 @@ -147,7 +147,7 @@ jobs: ref: ${{ inputs.safe-checkout }} - name: Update submodules - run: git submodule update --init --remote --recursive + run: git submodule update --init --recursive - name: Setup ccache uses: protocolbuffers/protobuf-ci/ccache@v1 @@ -178,7 +178,7 @@ jobs: ref: ${{ inputs.safe-checkout }} - name: Update submodules - run: git submodule update --init --remote --recursive + run: git submodule update --init --recursive - name: Setup ccache uses: protocolbuffers/protobuf-ci/ccache@v1 @@ -309,7 +309,7 @@ jobs: ref: ${{ inputs.safe-checkout }} - name: Update submodules - run: git submodule update --init --remote --recursive + run: git submodule update --init --recursive - name: Setup ccache uses: protocolbuffers/protobuf-ci/ccache@v1