Skip to content

Commit

Permalink
Fix MSVC C++14 flag for GitHub workflow
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 474053482
Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
  • Loading branch information
derekmauro authored and copybara-github committed Sep 13, 2022
1 parent 7cafeff commit 1336c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gtest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

0 comments on commit 1336c4b

Please sign in to comment.