From b792c4674d2aca288fa5ff558c9e09d66bff9e37 Mon Sep 17 00:00:00 2001 From: Varun Gandhi Date: Wed, 29 Jun 2022 19:00:32 +0200 Subject: [PATCH] ci: Use ~ instead of $HOME. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773e41965d..6720146dec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Mount bazel cache uses: actions/cache@v3 with: - path: "$HOME/.cache/bazel" + path: ~/.cache/bazel key: bazel - name: Run tests run: ./bazel test --test_output=errors //test/scip --config=dbg