Skip to content

Commit

Permalink
chore: move cache_rebuild file into appveyor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Oct 25, 2022
1 parent e4b2a19 commit 271dd1f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .appveyor/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
cache:
# Rebuild cache if following file changes
# (See the file to zap the cache manually)
- C:\Others -> scripts\build\appveyor.cache_rebuild
- C:\Others -> .appveyor\cache_rebuild

# Script called before repo cloning
# init:
Expand Down
2 changes: 1 addition & 1 deletion .appveyor/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
cache:
# Rebuild cache if following file changes
# (See the file to zap the cache manually)
- C:\Others -> scripts\build\appveyor.cache_rebuild
- C:\Others -> .appveyor\cache_rebuild

# Script called before repo cloning
# init:
Expand Down

0 comments on commit 271dd1f

Please sign in to comment.