Skip to content

Commit

Permalink
adjust(appveyor): change cached directories for both builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Insineer committed Sep 14, 2019
1 parent a11c85d commit a945036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor/appveyor-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ install:
- vcpkg install sfml:x64-windows-static
- vcpkg install gtest:x64-windows-static

cache: c:\tools\vcpkg\
cache: c:\tools\vcpkg\installed
2 changes: 2 additions & 0 deletions CI/appveyor/appveyor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ deploy:
force_update: true
prerelease: true
artifacts: /.*\.zip

cache: c:\tools\vcpkg\installed

0 comments on commit a945036

Please sign in to comment.