mirror of
https://github.com/google/googletest.git
synced 2025-04-06 05:55:04 +00:00
Fix MSVC C++14 flag for GitHub workflow
PiperOrigin-RevId: 474053482 Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
This commit is contained in:
parent
7cafeff7bd
commit
1336c4b6d1
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue