Skip to content

Commit 513074c

Browse files
committed
Fix re2c chache path [win skip]
1 parent 33d0604 commit 513074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Cache RE2C Downloads
6060
uses: actions/cache@v2
6161
with:
62-
path: $HOME/.cache/re2c
62+
path: ~/.cache/re2c
6363
key: ${{ runner.os }}-php-${{ matrix.php }}-re2c-${{env.RE2C_VERSION}}
6464

6565
- name: Setup Prerequisites (Linux)

0 commit comments

Comments
 (0)