From 4086e92d861a943d47033d641e97d2ad32faf63d Mon Sep 17 00:00:00 2001 From: Derek Mauro Date: Mon, 11 Jul 2022 10:16:57 -0700 Subject: [PATCH] Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI PiperOrigin-RevId: 460242683 Change-Id: I182a2e082d3a7e38fd3686e9e7af200ba0f954e0 --- .github/workflows/gtest-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gtest-ci.yml b/.github/workflows/gtest-ci.yml index 61fd47e2..036c392f 100644 --- a/.github/workflows/gtest-ci.yml +++ b/.github/workflows/gtest-ci.yml @@ -4,6 +4,9 @@ on: push: pull_request: +env: + BAZEL_CXXOPTS: -std=c++14 + jobs: Linux: runs-on: ubuntu-latest