From 809370d123ef1422299b6a60dd56eb0267e9696f Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Tue, 23 Jul 2024 23:36:25 -0400 Subject: [PATCH] fix(cid): reenable bazel cache restore-keys Signed-off-by: Cameron Smith --- .github/workflows/cid.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cid.yaml b/.github/workflows/cid.yaml index f10a331aa..40a86306d 100644 --- a/.github/workflows/cid.yaml +++ b/.github/workflows/cid.yaml @@ -249,8 +249,8 @@ jobs: path: | ~/.cache/bazel key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'MODULE.bazel') }} - # restore-keys: | - # ${{ runner.os }}-bazel- + restore-keys: | + ${{ runner.os }}-bazel- - name: cache requirements id: cache-requirements uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # ratchet:actions/cache@v4