Skip to content

Commit

Permalink
Appveyor: fixed cache dependency to .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner authored and Jakuje committed Apr 5, 2022
1 parent 0d1f6f7 commit b2e17b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .appveyor.yml
Expand Up @@ -120,10 +120,10 @@ deploy_script:
- bash -c "if [ \"$DO_PUSH_ARTIFACT\" = yes -a -z \"$APPVEYOR_PULL_REQUEST_NUMBER\" -a \"$APPVEYOR_REPO_NAME\" = \"OpenSC/OpenSC\" ]; then .github/push_artifacts.sh \"AppVeyor build ${APPVEYOR_BUILD_NUMBER}.${APPVEYOR_JOB_NUMBER}\"; fi"

cache:
- C:\zlib -> appveyor.yml
- C:\zlib-Win32 -> appveyor.yml
- C:\zlib-Win64 -> appveyor.yml
- C:\openpace -> appveyor.yml
- C:\openpace-Win32 -> appveyor.yml
- C:\openpace-Win64 -> appveyor.yml
- cpdksetup.exe -> appveyor.yml
- C:\zlib -> .appveyor.yml
- C:\zlib-Win32 -> .appveyor.yml
- C:\zlib-Win64 -> .appveyor.yml
- C:\openpace -> .appveyor.yml
- C:\openpace-Win32 -> .appveyor.yml
- C:\openpace-Win64 -> .appveyor.yml
- cpdksetup.exe -> .appveyor.yml

0 comments on commit b2e17b3

Please sign in to comment.