Skip to content

Commit

Permalink
Merge branch 'main' into sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGarcia42 committed Jul 2, 2024
2 parents e7155a3 + 602cbe9 commit 82f8b75
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Bazel

on: [push, pull_request]

jobs:
setup-bazel:
runs-on: ubuntu-22.04
steps:
- name: Run setup-bazel
uses: bazel-contrib/setup-bazel@0.8.5
with:
# Avoid downloading Bazel every time.
bazelisk-cache: true
# Store build cache per workflow.
disk-cache: ${{ github.workflow }}
# Share repository cache between workflows.
repository-cache: true

0 comments on commit 82f8b75

Please sign in to comment.