mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +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:
|
||||
- '%AppData%/npm-cache'
|
||||
- '%AppData%\npm-cache'
|
||||
|
||||
# Don't actually build
|
||||
build: off
|
||||
|
|
Loading…
Reference in a new issue