Message-ID: From: "apgrucza (@apgrucza)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 15 May 2024 08:51:39 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #20: Fix warnings about caches not being saved List-Id: X-GitHub-Author-Id: 46910040 X-GitHub-Author-Login: apgrucza X-GitHub-Issue: 20 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/20 Content-Type: text/plain; charset=utf-8 Some caches in the workflow were not being saved. This PR fixes problems with the following caches: - `cachePostgresSource` - The PostgreSQL source directory was being deleted when checking out the psqlODBC source - `cacheWin32OpenSSL` - The OpenSSL install path did not match cache path of `C:\OTHERBIN\openssl32` - `cacheWin64OpenSSL` - The OpenSSL install path did not match cache path of `C:\OTHERBIN\openssl64`