Skip to content

Commit 5cc5345

Browse files
committed
this should do it
1 parent 08d99a3 commit 5cc5345

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
start
109109
- name: cabal test
110110
run: |
111+
export PKG_CONFIG_PATH_FOR_TARGET=${{ env.LMDB_PKGCONFIG }}:${PKG_CONFIG_PATH_FOR_TARGET:-}
111112
# Create pgpass file
112113
export PGPASSFILE="${PG_DIR}/pgpass-testing"
113114
echo "${PG_DIR}:5432:$DBUSER:$DBUSER:*" > $PGPASSFILE

0 commit comments

Comments
 (0)