We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2985d commit e86ad72Copy full SHA for e86ad72
.github/workflows/bazel.yml
@@ -14,15 +14,14 @@ jobs:
14
os: [ubuntu-latest, macos-latest]
15
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: bazel-contrib/setup-bazel@0.15.0
19
with:
20
bazelisk-cache: true
21
disk-cache: ${{ github.workflow }}-${{ matrix.os }}
22
repository-cache: true
23
-
+ - run: sudo update-alternatives --set ld /usr/bin/ld.lld
24
- name: Build with Bazel
25
run: bazel build --test_output=errors //...
26
27
- name: Test with Bazel
28
run: bazel test --test_output=errors //...
0 commit comments