Skip to content

Commit f205532

Browse files
committed
Fix RUSTFLAGS for Postgres
1 parent f7c6e82 commit f205532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlx.yml

Lines changed: 1 addition & 1 deletion
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)