Skip to content

Commit 5cf5bd0

Browse files
committed
add missing step
1 parent 5c05f31 commit 5cf5bd0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/distro-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
submodules: true
44-
44+
45+
- uses: bazel-contrib/setup-bazel@0.15.0
46+
with:
47+
bazelisk-cache: true
48+
disk-cache: ${{ github.workflow }}
49+
repository-cache: true
50+
4551
- name: Run with sourced profile (only for gentoo)
4652
if: contains(matrix.config.name, 'gentoo')
4753
run: |

0 commit comments

Comments
 (0)