diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-10 07:51:52 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-10 08:36:13 +0100 |
commit | 7ff43e5372c4606ecb75d6892b4bb0ccb4165b80 (patch) | |
tree | 35ec73f2ec9633895756b400fdb7b67965c9e9ec /.cirrus.yml | |
parent | 20b6c871178f20661b849ad5677bd8ecae55cf19 (diff) |
ci: Invalidate vcpkg binary cache if dependencies changed
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index fce3a1bb8e..e07ff9796e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -130,6 +130,7 @@ task: reupload_on_changes: true fingerprint_script: - echo %CI_VCPKG_TAG% + - type build_msvc\vcpkg.json - msbuild -version populate_script: - mkdir %VCPKG_DEFAULT_BINARY_CACHE% |