pull/12659/head
Deanna Garcia 2 years ago
parent 000755a8a7
commit 645336fb8a
  1. 2
      .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

Loading…
Cancel
Save