We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0fa04 commit 953dcc9Copy full SHA for 953dcc9
.github/workflows/bazel.yml
@@ -25,8 +25,6 @@ jobs:
25
key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}
26
restore-keys: |
27
bazel-${{ runner.os }}-build-
28
- - name: Setup Bazel
29
- uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3
30
- name: Build
31
run: bazel build //...
32
- name: Test
0 commit comments