Skip to content

[BAZEL] bazel seven support #46

[BAZEL] bazel seven support

[BAZEL] bazel seven support #46

Workflow file for this run

name: Linux
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linux:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build examples
run: |
bazelisk build //examples/...
- name: Bazel backwards compatibility
run: |
USE_BAZEL_VERSION=6.4.0 bazelisk build //examples/...