mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +00:00
Fix AppVeyor:
* Detect continuous integration environment via `CI` variable * Use double quotes for build cache path
This commit is contained in:
committed by
Tom Ritchford
parent
fc8bf39043
commit
2e59378ab7
@@ -19,7 +19,7 @@ environment:
|
||||
# At the end of each successful build we cache this directory. It must be less
|
||||
# than 100MB total compressed.
|
||||
cache:
|
||||
- 'C:\\rippled_deps'
|
||||
- "C:\\rippled_deps"
|
||||
|
||||
# This means we'll download a zip of the branch we want, rather than the full
|
||||
# history.
|
||||
|
||||
Reference in New Issue
Block a user