mirror of
https://github.com/thelounge/thelounge
synced 2025-02-16 21:28:23 +00:00
Fix AppVeyor cache never being successfully built
Oh that wonderful Windows world...
This commit is contained in:
parent
b2a0cae626
commit
79e20c83d5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ test_script:
|
||||||
|
|
||||||
# cache npm modules
|
# cache npm modules
|
||||||
cache:
|
cache:
|
||||||
- '%AppData%/npm-cache'
|
- '%AppData%\npm-cache'
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
|
Loading…
Add table
Reference in a new issue