[ ] All tests pass, including unit test, integration test and doctest
[ ] New functionality has been documented.
[ ] New functionality has javadoc added
[ ] New functionality has user manual doc added
[x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Initially cache was introduced in #45. Unfortunately, vcpkg sometimes ignores restored cache and rebuilds everything: https://github.com/opensearch-project/sql-odbc/actions/runs/5351645007/jobs/9705946814. Probably, restored data expires for
vcpkg
. This fix make cache always saved, so it refreshes it if something was changed.Issues Resolved
Speed up CI.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.