Skip to content

Commit ed3bd2c

Browse files
committed
[CI] Fix cache path
1 parent 14237c6 commit ed3bd2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-rfc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/cache@v4
1818
with:
19-
path:
20-
- $HOME/.local/share/gem
21-
- .refcache
19+
path: |
20+
$HOME/.local/share/gem
21+
.refcache
2222
key: webdav-push.mkd
2323

2424
- name: Install packages

0 commit comments

Comments
 (0)