Fix MSVC C++14 flag for GitHub workflow
PiperOrigin-RevId: 474053482 Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
This commit is contained in:
parent
7cafeff7bd
commit
1336c4b6d1
2
.github/workflows/gtest-ci.yml
vendored
2
.github/workflows/gtest-ci.yml
vendored
@ -40,4 +40,4 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Tests
|
||||
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
|
||||
run: bazel test --cxxopt=/std:c++14 --features=external_include_paths --test_output=errors ...
|
||||
|
Loading…
Reference in New Issue
Block a user