Skip to content

Commit

Permalink
Make appveyor cache dependent on the functions script as well
Browse files Browse the repository at this point in the history
  • Loading branch information
keneanung committed Aug 8, 2019
1 parent 4db768e commit 07d98cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -28,7 +28,7 @@ on_failure:
- bash -c "curl --upload-file ./verbose_output.log https://transfer.sh/verbose_output.log"

cache:
- '%MINGW_BASE_DIR% -> CI\appveyor.install.ps1'
- '%MINGW_BASE_DIR% -> CI\appveyor.install.ps1, CI\appveyor.functions.ps1'

notifications:
- provider: Webhook
Expand Down

0 comments on commit 07d98cd

Please sign in to comment.