Commit 1336c4b6 authored by Derek Mauro's avatar Derek Mauro Committed by Copybara-Service
Browse files

Fix MSVC C++14 flag for GitHub workflow

PiperOrigin-RevId: 474053482
Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
parent 7cafeff7
...@@ -40,4 +40,4 @@ jobs: ...@@ -40,4 +40,4 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Tests - 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 ...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment