Skip to content

Commit bd3ab9b

Browse files
committed
feat(ci): cache external repos
1 parent 7f4c0da commit bd3ab9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
bazelisk-cache: true
3030
disk-cache: ${{ runner.os }}-zkir_bazelbuild
31-
repository-cache: false
32-
external-cache: false
31+
repository-cache: true
32+
external-cache: true
3333

3434
- name: Run `bazel build`
3535
run: |

0 commit comments

Comments
 (0)