summaryrefslogtreecommitdiffstats
path: root/.github/workflows/gtest-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/gtest-ci.yml')
-rw-r--r--.github/workflows/gtest-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml
index b2dcab4..bcef926 100644
--- a/.github/workflows/gtest-ci.yml
+++ b/.github/workflows/gtest-ci.yml
@@ -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 ...