Skip to content

Commit

Permalink
Fix wrong cache setup
Browse files Browse the repository at this point in the history
  • Loading branch information
funbiscuit committed May 12, 2020
1 parent a39d7e5 commit dc05e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ for:
- cmake --version

cache:
- build-msvc15_x64 -> appveyor-build.ps1
- build-msvc15_x86 -> appveyor-build.ps1
- build-msvc15_x86_xp -> appveyor-build.ps1
- build-msvc15_x64 -> ci/appveyor-build.ps1
- build-msvc15_x86 -> ci/appveyor-build.ps1
- build-msvc15_x86_xp -> ci/appveyor-build.ps1

before_build:
- git submodule update --init
Expand Down

0 comments on commit dc05e9b

Please sign in to comment.