diff --git a/README.md b/README.md index 6109a6c..02e8f22 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ steps: - name: Mount bazel cache # Optional uses: actions/cache@v1 with: - path: "/home/runner/.cache/bazel" + path: "~/.cache/bazel" key: bazel - run: bazel build //... ```