Skip to content

Commit e86ad72

Browse files
committed
Fix Github Action
1 parent 9a2985d commit e86ad72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
os: [ubuntu-latest, macos-latest]
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: bazel-contrib/setup-bazel@0.15.0
1919
with:
2020
bazelisk-cache: true
2121
disk-cache: ${{ github.workflow }}-${{ matrix.os }}
2222
repository-cache: true
23-
23+
- run: sudo update-alternatives --set ld /usr/bin/ld.lld
2424
- name: Build with Bazel
2525
run: bazel build --test_output=errors //...
26-
2726
- name: Test with Bazel
2827
run: bazel test --test_output=errors //...

0 commit comments

Comments
 (0)