Skip to content

Commit

Permalink
Revert "Fix tests"
Browse files Browse the repository at this point in the history
This reverts commit 645336f.
  • Loading branch information
deannagarcia committed May 4, 2023
1 parent 645336f commit 74cea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpp.yml
Expand Up @@ -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 --recursive
run: git submodule update --init --remote --recursive

- name: Setup ccache
uses: protocolbuffers/protobuf-ci/ccache@v1
Expand Down

0 comments on commit 74cea3d

Please sign in to comment.