mirror of
https://github.com/google/googletest.git
synced 2024-12-27 02:01:25 +08:00
Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI
PiperOrigin-RevId: 460242683 Change-Id: I182a2e082d3a7e38fd3686e9e7af200ba0f954e0
This commit is contained in:
parent
2e1346de56
commit
4086e92d86
3
.github/workflows/gtest-ci.yml
vendored
3
.github/workflows/gtest-ci.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
BAZEL_CXXOPTS: -std=c++14
|
||||
|
||||
jobs:
|
||||
Linux:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user