We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d99a3 commit 5cc5345Copy full SHA for 5cc5345
.github/workflows/haskell.yml
@@ -108,6 +108,7 @@ jobs:
108
start
109
- name: cabal test
110
run: |
111
+ export PKG_CONFIG_PATH_FOR_TARGET=${{ env.LMDB_PKGCONFIG }}:${PKG_CONFIG_PATH_FOR_TARGET:-}
112
# Create pgpass file
113
export PGPASSFILE="${PG_DIR}/pgpass-testing"
114
echo "${PG_DIR}:5432:$DBUSER:$DBUSER:*" > $PGPASSFILE
0 commit comments