Skip to content

Commit 0a663f9

Browse files
committed
Fix RUSTFLAGS for Postgres
1 parent 9eda487 commit 0a663f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
DATABASE_URL: postgres://postgres@localhost:5432/sqlx?sslmode=verify-ca&sslrootcert=.%2Ftests%2Fcerts%2Fca.crt&sslkey=.%2Ftests%2Fkeys%2Fclient.key&sslcert=.%2Ftests%2Fcerts%2Fclient.crt
250250
# FIXME: needed to disable `ltree` tests in Postgres 9.6
251251
# but `PgLTree` should just fall back to text format
252-
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}
252+
RUSTFLAGS: --cfg postgres_${{ matrix.postgres }}_client_ssl
253253

254254
mysql:
255255
name: MySQL

0 commit comments

Comments
 (0)