|
|
@ -123,7 +123,7 @@ jobs: |
|
|
|
# Initialize/update the submodule from remote to validate a new fetch based on .gitmodules |
|
|
|
# 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 |
|
|
|
# We have to do this separately since actions/checkout doesn't support the "--remote" flag |
|
|
|
- name: Update submodules |
|
|
|
- name: Update submodules |
|
|
|
run: git submodule update --init --remote --recursive |
|
|
|
run: git submodule update --init --recursive |
|
|
|
|
|
|
|
|
|
|
|
- name: Setup ccache |
|
|
|
- name: Setup ccache |
|
|
|
uses: protocolbuffers/protobuf-ci/ccache@v1 |
|
|
|
uses: protocolbuffers/protobuf-ci/ccache@v1 |
|
|
|