mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 00:46:33 +03:00
ci: fix cache key by setting lib versions in job env
This commit is contained in:
parent
51dd59ef9d
commit
46238ba351
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
|
@ -54,6 +54,11 @@ jobs:
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
if: true
|
if: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
LIBPQ_VERSION: "15.0"
|
||||||
|
OPENSSL_VERSION: "1.1.1t"
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -7,10 +7,10 @@ set -x
|
||||||
|
|
||||||
# Last release: https://www.postgresql.org/ftp/source/
|
# Last release: https://www.postgresql.org/ftp/source/
|
||||||
# IMPORTANT! Change the cache key in packages.yml when upgrading libraries
|
# IMPORTANT! Change the cache key in packages.yml when upgrading libraries
|
||||||
postgres_version="${LIBPQ_VERSION:-15.0}"
|
postgres_version="${LIBPQ_VERSION}"
|
||||||
|
|
||||||
# last release: https://www.openssl.org/source/
|
# last release: https://www.openssl.org/source/
|
||||||
openssl_version="${OPENSSL_VERSION:-1.1.1t}"
|
openssl_version="${OPENSSL_VERSION}"
|
||||||
|
|
||||||
# last release: https://openldap.org/software/download/
|
# last release: https://openldap.org/software/download/
|
||||||
ldap_version="2.6.3"
|
ldap_version="2.6.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user