From 645336fb8a37916bd4abf206e38f04f3a4a95c1a Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Thu, 4 May 2023 16:58:31 +0000 Subject: [PATCH] Fix tests --- .github/workflows/test_cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index 4a8a8f72e7..492c504686 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