We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebddcb commit cbfc703Copy full SHA for cbfc703
1 file changed
.github/workflows/test_upb.yml
@@ -96,7 +96,7 @@ jobs:
96
with:
97
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
98
bazel-cache: "upb-bazel-windows"
99
- bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //python/...
+ bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/...
100
version: 6.4.0
101
exclude-targets: -//python:conformance_test -//upb/reflection:def_builder_test
102
0 commit comments