Key caches based on software versions#13
Key caches based on software versions#13davecramer merged 2 commits intopostgresql-interfaces:mainfrom
Conversation
|
The failed workflow was due to this bug in |
|
testing failed ? |
See my comment above. Please rerun the workflow. |
|
I noticed that you changed it so that we aren't downloading openssl64 anymore. |
@davecramer Yes, I was expecting you to merge those changes from your fork, which I see you've now done. After your changes, the other caching problem I mentioned in the description of #13 has occurred and prevented the build of PostgreSQL, resulting in missing DLLs again. So I've created a new PR to address that here: #19 |
This fixes the problem of the cache action incorrectly causing steps to be skipped when software versions are updated.
Note that changing the commands inside a step will not prevent that step from being skipped, but this should not be a problem once the workflow is stable. If this does occur, it can be resolved by adding a suffix to the cache key to force the creation of a new cache.