Fix MSVC C++14 flag for GitHub workflow

PiperOrigin-RevId: 474053482
Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
This commit is contained in:
Derek Mauro 2022-09-13 10:12:42 -07:00 committed by Copybara-Service
parent 7cafeff7bd
commit 1336c4b6d1

View File

@ -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 ...