Skip to content

[BZLMOD] add platforms dep #96

[BZLMOD] add platforms dep

[BZLMOD] add platforms dep #96

Workflow file for this run

name: Linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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/...