From 090639b18e01571e724878f0f7d7bfcba9fbe77a Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 11 Dec 2024 11:29:47 -0800 Subject: [PATCH] chore: remove XDG_CACHE_HOME Due to https://github.com/bazelbuild/bazel/pull/21817 --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dcc8c806..69842126 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,9 +138,6 @@ jobs: - name: bazel test //... working-directory: ${{ matrix.folder }} - env: - # Bazelisk will download bazel to here, ensure it is cached between runs. - XDG_CACHE_HOME: ~/.cache/bazel-repo run: | bazel \ --bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc \