Add envvar BAZEL_CXXOPTS=-std=c++14 to the GitHub Actions CI

PiperOrigin-RevId: 460242683
Change-Id: I182a2e082d3a7e38fd3686e9e7af200ba0f954e0
This commit is contained in:
Derek Mauro 2022-07-11 10:16:57 -07:00 committed by Copybara-Service
parent 2e1346de56
commit 4086e92d86

View File

@ -4,6 +4,9 @@ on:
push:
pull_request:
env:
BAZEL_CXXOPTS: -std=c++14
jobs:
Linux:
runs-on: ubuntu-latest