Skip to content

Commit 618ddc4

Browse files
ci: Use ~ instead of $HOME. (#4)
1 parent 5d16d5f commit 618ddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Mount bazel cache
1818
uses: actions/cache@v3
1919
with:
20-
path: "$HOME/.cache/bazel"
20+
path: ~/.cache/bazel
2121
key: bazel
2222
- name: Run tests
2323
run: ./bazel test --test_output=errors //test/scip --config=dbg

0 commit comments

Comments
 (0)